Skip to content

Commit 3f22631

Browse files
author
AJ Keller
committed
update travis.yml with new node versions
1 parent 628a1ab commit 3f22631

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

.travis.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
language: node_js
22
node_js:
3-
- "4.0"
4-
- "4.1"
5-
- "4.2"
6-
- "4.3"
7-
- "4.4"
8-
- "4.5"
9-
- "4.6"
10-
- "5.11.0"
11-
- "6.0"
12-
- "6.1"
13-
- "6.2"
14-
- "6.3"
15-
- "6.4"
16-
- "6.5"
17-
- "6.6"
18-
- "6.7"
19-
- "6.8"
3+
- "4.8.4"
4+
- "6.11.1"
5+
- "7.10.1"
6+
- "8.1.4"
207
install:
218
- npm install --all
229
script:

0 commit comments

Comments
 (0)