Skip to content

Commit bbe3168

Browse files
author
Frank Natividad
committed
Updated Travis configuration and removed client_secrets.json.enc
1 parent ca7330a commit bbe3168

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ cache:
2727
- vendor/bundle
2828

2929
env:
30-
global:
31-
- GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/client_secrets.json
3230
matrix:
3331
- TEST_DIR=storage
3432
- TEST_DIR=pubsub
@@ -43,8 +41,7 @@ env:
4341
- TEST_DIR=vision
4442

4543
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
44+
- echo $GOOGLE_APPLICATION_CREDENTIALS_JSON | base64 --decode > $HOME/service-account.json
4845

4946
install:
5047
- cd $TEST_DIR

client_secrets.json.enc

-2.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)