Fix Github rate limits in CI

Close #979
This commit is contained in:
Paul Melnikow
2017-09-25 19:57:05 -04:00
committed by Daniel Lo Nigro
parent 5278816229
commit 254c55f630

View File

@@ -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