diff --git a/.travis.yml b/.travis.yml index 3005c70..cf07d3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,8 @@ 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: @@ -13,12 +10,10 @@ after_script: 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