Skip to content

Commit 5f3f3c1

Browse files
authored
Merge pull request #1415 from graingert/fix-travis
add more node versions to travis
2 parents eb0fca3 + 104cba5 commit 5f3f3c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ matrix:
1111
allow_failures:
1212
- env: TARGET=saucelabs
1313
node_js:
14-
- '6.12'
14+
- '6'
15+
- '8'
16+
- '9'
17+
- '10'
1518
before_script:
1619
- npm install -g bower
1720
- npm install -g grunt-cli

0 commit comments

Comments
 (0)