Skip to content

Commit 0f0b205

Browse files
committed
Update Travis Node versions
1 parent 77c4c8c commit 0f0b205

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
cache: yarn
22
language: node_js
33
node_js:
4-
- '6.12.3'
5-
- '8.9.4'
6-
- '9.4.0'
4+
- '6.16.0'
5+
- '8.15.0'
6+
- '10.15.0'
7+
- '11.6.0'
78
script:
89
- yarn run lint
910
- yarn test

0 commit comments

Comments
 (0)