Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dist] Update .travis.yml to be more modern.
  • Loading branch information
indexzero committed Sep 22, 2015
1 parent 30e3b37 commit 302d981
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
@@ -1,13 +1,22 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4.1"

before_install:
- travis_retry npm install -g npm@2.14.5
- travis_retry npm install

script:
- npm test

matrix:
allow_failures:
- node_js: "4.1"

notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"

script:
npm test

0 comments on commit 302d981

Please sign in to comment.