Skip to content

Commit 091d840

Browse files
author
AJ Keller
committed
TESTS: add support for travis on node 8 and 9
1 parent 3520d6d commit 091d840

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: node_js
22
node_js:
33
- "4.8.4"
4-
- "6.11.1"
5-
- "7.10.1"
6-
- "8.1.4"
4+
- "6"
5+
- "7"
6+
- "8"
7+
- "9"
78
install:
89
- npm install --all
910
script:

0 commit comments

Comments
 (0)