Skip to content

Commit f8cc119

Browse files
author
Audrey Eschright
committedJan 29, 2019
chore: update CI for current Node LTS
1 parent 49d3ea3 commit f8cc119

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
 

‎.travis.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ before_install:
44
- "npm config set spin false"
55
- "npm install -g npm"
66
node_js:
7-
- "5"
8-
- "4"
9-
- iojs
10-
- "0.12"
11-
- "0.10"
12-
- "0.8"
7+
- "10"
8+
- "8"
9+
- "6"
10+
- "11"

0 commit comments

Comments
 (0)