Skip to content

Commit

Permalink
Add new encrypted key (#160)
Browse files Browse the repository at this point in the history
* Add new encrypted key

* Add semistandard dependency
  • Loading branch information
fhinkel committed Jun 11, 2018
1 parent 37a1d21 commit dd6d256
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ env:
- GCLOUD_PROJECT=nodejs-getting-started-tests

before_install:
- openssl aes-256-cbc -K $encrypted_new_key -iv $encrypted_new_iv -in key.json.enc -out key.json -d
- openssl aes-256-cbc -K $encrypted_4005f9c2d863_key -iv $encrypted_4005f9c2d863_iv -in key.json.enc -out key.json -d
- npm set progress=false
- npm install -g nyc codecov

Expand Down
Binary file modified key.json.enc
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -77,6 +77,7 @@
"ava": "^0.25.0",
"npm-check-updates": "^2.13.0",
"proxyquire": "^1.8.0",
"semistandard": "^12.0.1",
"sinon": "^4.3.0",
"supertest": "^3.0.0"
}
Expand Down

0 comments on commit dd6d256

Please sign in to comment.