Skip to content

Commit 37f2dae

Browse files
committed
Update Node.js versions to latest list (> 4)
Remove old notification and allow_failures settings
1 parent a2003c1 commit 37f2dae

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.travis.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.12"
6-
- "4.1"
4+
- "4"
5+
- "5"
6+
- "6"
7+
- "7"
78

89
before_install:
910
- travis_retry npm install -g [email protected]
1011
- travis_retry npm install
1112

1213
script:
1314
- npm test
14-
15-
matrix:
16-
allow_failures:
17-
- node_js: "0.10"
18-
19-
notifications:
20-
email:
21-
22-
irc: "irc.freenode.org#nodejitsu"

0 commit comments

Comments
 (0)