[dist] Update .travis.yml to be more modern.

This commit is contained in:
indexzero 2015-09-21 18:22:31 -07:00
parent 30e3b371de
commit 302d981dd2

View File

@ -1,13 +1,22 @@
sudo: false
language: node_js language: node_js
node_js: node_js:
- "0.10" - "0.10"
- "0.12" - "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: notifications:
email: email:
- travis@nodejitsu.com - travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu" irc: "irc.freenode.org#nodejitsu"
script:
npm test