Skip to content

Commit

Permalink
[travis] More versions
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Feb 9, 2015
1 parent 0334a3c commit 24ac4b4
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "iojs-v1.1"
- "iojs-v1.0"
before_install:
- "npm install -g npm@1.4.x"
- "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.11"
- node_js: "0.9"
- node_js: "iojs-v1.1"
- node_js: "iojs-v1.0"
notifications:
irc:
channels:
- "irc.freenode.org#bigpipe"
on_success: change
on_failure: change

0 comments on commit 24ac4b4

Please sign in to comment.