Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksandr-master committed May 27, 2015
1 parent 4121f23 commit 7ed2468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,8 +2,10 @@ language: node_js
node_js:
- "stable"
- "unstable"
- "iojs"
before_script:
- npm i jscoverage coveralls grunt-cli nodeunit
script: "node_modules/.bin/grunt test"
after_script:
- ./node_modules/.bin/jscoverage lib
- NODEVERIFIERSCHEMA_COV=1 ./node_modules/.bin/nodeunit --reporter=lcov tests/ | ./node_modules/.bin/coveralls
Expand Down

0 comments on commit 7ed2468

Please sign in to comment.