Skip to content

Commit

Permalink
Updated Travis to find the key.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed May 26, 2016
1 parent a999b86 commit 6119c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ env:
install:
- npm install
script:
- '[ -e key.json ] && npm run travis || false'
- '[ -e test/key.json ] && npm run travis || false'
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
before_install:
- openssl aes-256-cbc -K $encrypted_a237b3635f54_key -iv $encrypted_a237b3635f54_iv
-in key.json.enc -out key.json -d
-in test/key.json.enc -out test/key.json -d

0 comments on commit 6119c34

Please sign in to comment.