Skip to content

Commit

Permalink
Fix Github rate limits in CI
Browse files Browse the repository at this point in the history
Close #979
  • Loading branch information
paulmelnikow authored and Daniel15 committed Sep 28, 2017
1 parent 5278816 commit 254c55f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: node_js
node_js:
- 6

before_script:
- echo "{\"gh_token\":\"$GITHUB_TOKEN\"}" > private/secret.json

script:
- npm run lint
- npm run test:js
Expand Down

0 comments on commit 254c55f

Please sign in to comment.