Skip to content

Commit

Permalink
[travis] Added npm before script and run coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Mar 25, 2015
1 parent e0fe1f2 commit 1360e14
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
- "0.10"
- "0.8"
- "iojs"
before_install:
- "npm install -g npm@2.1.18"
script:
- "npm run test-travis"
after_script:
- "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls"
matrix:
fast_finish: true
allow_failures:
- node_js: "0.8"
- node_js: "iojs"
notifications:
irc:
channels:
- "irc.freenode.org#bigpipe"
on_success: change
on_failure: change

0 comments on commit 1360e14

Please sign in to comment.