Skip to content

Commit

Permalink
fix: travis test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Nov 8, 2019
1 parent 1b704ef commit 2682e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ node_js:
- '10'
- '12'
after_success: npm run coverage
# gem install travis
# travis login
# travis encrypt-file client_secrets.json --add
# rm client_secrets.json
# git add . && git commit
env:
- GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/client_secrets.json
before_install:
- openssl aes-256-cbc -K $encrypted_8970f4db66b4_key -iv $encrypted_8970f4db66b4_iv -in client_secrets.json.enc -out client_secrets.json -d
- openssl aes-256-cbc -K $encrypted_8970f4db66b4_key -iv $encrypted_8970f4db66b4_iv
-in client_secrets.json.enc -out client_secrets.json -d
Binary file modified client_secrets.json.enc
Binary file not shown.

0 comments on commit 2682e5d

Please sign in to comment.