Skip to content

Commit

Permalink
change travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nunnly committed Oct 16, 2016
1 parent b677471 commit 2ae1a1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
install:
- npm install -g codecov
script:
- istanbul cover _mocha --report lcovonly -- -R spec
- codecov
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
- codecov

0 comments on commit 2ae1a1f

Please sign in to comment.