Skip to content

Commit

Permalink
Change key files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Aug 5, 2016
1 parent 7f3306c commit 1dc0854
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
npm-debug.log
coverage/

test/encrypted/nodejs-docs-samples.json
dump.rdb
logs/
*.iml
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ services:

env:
global:
- GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/test/nodejs-docs-samples.json
- GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/key.json
- TEST_BUCKET_NAME=nodejs-docs-samples
- GCLOUD_PROJECT=nodejs-docs-samples

before_install:
- openssl aes-256-cbc -K $encrypted_fda0b707c7d5_key -iv $encrypted_fda0b707c7d5_iv -in test/nodejs-docs-samples.json.enc -out test/nodejs-docs-samples.json -d
- openssl aes-256-cbc -K $encrypted_fda0b707c7d5_key -iv $encrypted_fda0b707c7d5_iv -in key.json.enc -out key.json -d
- npm set progress=false

before_script:
Expand Down
Binary file added key.json.enc
Binary file not shown.
11 changes: 0 additions & 11 deletions test/nodejs-docs-samples.json

This file was deleted.

Binary file removed test/nodejs-docs-samples.json.enc
Binary file not shown.

0 comments on commit 1dc0854

Please sign in to comment.