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 ca7330a commit bbe3168Copy full SHA for bbe3168
.travis.yml
@@ -27,8 +27,6 @@ cache:
27
- vendor/bundle
28
29
env:
30
- global:
31
- - GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/client_secrets.json
32
matrix:
33
- TEST_DIR=storage
34
- TEST_DIR=pubsub
@@ -43,8 +41,7 @@ env:
43
41
- TEST_DIR=vision
44
42
45
before_install:
46
-- openssl aes-256-cbc -K $encrypted_aeb4e2af7332_key -iv $encrypted_aeb4e2af7332_iv
47
- -in client_secrets.json.enc -out client_secrets.json -d
+- echo $GOOGLE_APPLICATION_CREDENTIALS_JSON | base64 --decode > $HOME/service-account.json
48
49
install:
50
- cd $TEST_DIR
client_secrets.json.enc
-2.31 KB
0 commit comments