Skip to content

Commit

Permalink
Update Node.js versions to latest list (> 4)
Browse files Browse the repository at this point in the history
Remove old notification and allow_failures settings
  • Loading branch information
BigBlueHat committed May 22, 2017
1 parent a2003c1 commit 37f2dae
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .travis.yml
@@ -1,22 +1,14 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.1"
- "4"
- "5"
- "6"
- "7"

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

script:
- npm test

matrix:
allow_failures:
- node_js: "0.10"

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

0 comments on commit 37f2dae

Please sign in to comment.