Skip to content

Commit

Permalink
chore: remove travis workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed Jun 19, 2017
1 parent 4fe6e4a commit 81321d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,5 @@ sudo: false
language: node_js
node_js:
- "stable"
before_install:
- npm i rijs@0.6.4-shrinkwrap

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 81321d7

Please sign in to comment.