Skip to content

Commit 302d981

Browse files
committed
[dist] Update .travis.yml to be more modern.
1 parent 30e3b37 commit 302d981

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.travis.yml

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1+
sudo: false
12
language: node_js
23
node_js:
34
- "0.10"
45
- "0.12"
5-
- "iojs"
6+
- "4.1"
7+
8+
before_install:
9+
- travis_retry npm install -g [email protected]
10+
- travis_retry npm install
11+
12+
script:
13+
- npm test
14+
15+
matrix:
16+
allow_failures:
17+
- node_js: "4.1"
618

719
notifications:
820
email:
921
1022
irc: "irc.freenode.org#nodejitsu"
11-
12-
script:
13-
npm test

0 commit comments

Comments
 (0)