Skip to content

Commit

Permalink
chore: workaround travis npm i issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed Dec 16, 2016
1 parent 445121f commit 27ab4ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ sudo: false
language: node_js
node_js:
- "stable"
before_install:
- npm i [email protected]

after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 27ab4ae

Please sign in to comment.