Skip to content

Commit

Permalink
[test] reduce directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaagie committed Feb 25, 2015
1 parent 1ed3808 commit d53e62e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ] || [ "${TRAVIS_NODE_VERSION}" == "0.9" ] ; then npm install -g npm@2.6.0; fi'
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.9"
- node_js: "0.11"
- node_js: "iojs"
notifications:
irc:
channels:
channels:
- "irc.freenode.org#bigpipe"
on_success: change
on_failure: change

0 comments on commit d53e62e

Please sign in to comment.