Skip to content

Commit

Permalink
s/API_KEY/W3C_API_KEY/
Browse files Browse the repository at this point in the history
  • Loading branch information
tripu committed Nov 28, 2018
1 parent b521fb8 commit e733ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ before_install:
before_script:
- cp config.js.example config.js
script:
- API_KEY=${API_KEY:-foo} npm run build
- W3C_API_KEY=${W3C_API_KEY:-foo} npm run build
after_script:
- npm run coveralls
notifications:
Expand Down

0 comments on commit e733ab7

Please sign in to comment.