Skip to content

Commit 2b7fd1b

Browse files
committed
Update node versions in .travis.yml
1 parent 6ee7b37 commit 2b7fd1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
cache: yarn
22
language: node_js
33
node_js:
4-
- '4.7.2'
5-
- '6.9.4'
6-
- '7.4.0'
4+
- '6.11.1'
5+
- '8.1.4'
76
script:
87
- yarn run lint
98
- yarn test

0 commit comments

Comments
 (0)