Skip to content

Commit

Permalink
API_KEY: use env var if available
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Jun 14, 2016
1 parent 7c18219 commit 7124bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ node_js:
before_script:
- cp config.js.example config.js
script:
- API_KEY=foo npm test
- API_KEY=${API_KEY:-foo} npm test
- npm run nsp
after_script:
- npm run coveralls
Expand Down

0 comments on commit 7124bb8

Please sign in to comment.