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 181dbe4 commit 5892608Copy full SHA for 5892608
.travis.yml
@@ -15,6 +15,10 @@
15
language: java
16
jdk:
17
- oraclejdk8
18
+addons:
19
+ apt:
20
+ packages:
21
+ - expect
22
before_install:
23
- openssl aes-256-cbc -K $encrypted_37a4f399de75_key -iv $encrypted_37a4f399de75_iv -in service-account.json.enc -out service-account.json -d
24
&& export GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json GCLOUD_PROJECT=cloud-samples-tests
0 commit comments