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 0f32ff0Copy full SHA for 0f32ff0
.travis.yml
@@ -1,7 +1,8 @@
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 GCLOUD_PROJECT=cloud-samples-tests
6
before_install:
7
- openssl aes-256-cbc -K $encrypted_99d8b304f94b_key -iv $encrypted_99d8b304f94b_iv -in service-account.json.enc -out service-account.json -d
8
0 commit comments