We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884ecca commit 39d9c20Copy full SHA for 39d9c20
1 file changed
.travis.yml
@@ -2,17 +2,14 @@ sudo: false
2
language: node_js
3
4
node_js:
5
- - "0.8"
6
- - "0.10"
7
- - "0.12"
8
- - "iojs-1"
9
- - "iojs-2"
10
- - "iojs-3"
11
- "4"
12
- "5"
13
- "6"
14
- "7"
15
- "8"
16
-
17
-before_install:
18
- - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@~1.4.0'
+ - "9"
+ - "10"
+ - "11"
+ - "12"
+ - "13"
+ - "14"
0 commit comments