We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c94683 commit 90a7085Copy full SHA for 90a7085
.travis.yml
@@ -1,7 +1,9 @@
1
language: java
2
jdk:
3
- - oraclejdk7
4
-env: GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json
+ - oraclejdk8
+env:
5
+ - GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json
6
+ - GCLOUD_PROJECT=cloud-samples-tests
7
before_install:
8
- openssl aes-256-cbc -K $encrypted_99d8b304f94b_key -iv $encrypted_99d8b304f94b_iv -in service-account.json.enc -out service-account.json -d
9
0 commit comments