Skip to content

Commit c0c2587

Browse files
committed
Make .travis.yml match supported node versions
1 parent aacb119 commit c0c2587

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- '9'
4+
- '11'
5+
- '10'
56
- '8'
67
- '6'

0 commit comments

Comments
 (0)