Skip to content

Commit

Permalink
travis.yml: update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Oct 4, 2014
1 parent 9eaf908 commit f1db94a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "0.11"
install:
- npm install
- "0.10"
- "0.11"
language: node_js
install: "npm install"
script:
- node --harmony-generators ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly --recursive -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- node --harmony-generators ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly --recursive -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit f1db94a

Please sign in to comment.