We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2003c1 commit 37f2daeCopy full SHA for 37f2dae
.travis.yml
@@ -1,22 +1,14 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "0.10"
5
- - "0.12"
6
- - "4.1"
+ - "4"
+ - "5"
+ - "6"
7
+ - "7"
8
9
before_install:
10
- travis_retry npm install -g [email protected]
11
- travis_retry npm install
12
13
script:
14
- npm test
-
15
-matrix:
16
- allow_failures:
17
- - node_js: "0.10"
18
19
-notifications:
20
- email:
21
- - [email protected]
22
- irc: "irc.freenode.org#nodejitsu"
0 commit comments