Skip to content

Commit f3ebedd

Browse files
committed
ci: use LTS version on Travis
1 parent 3552990 commit f3ebedd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
cache: yarn
22
language: node_js
33
node_js:
4-
- '8.15.0'
5-
- '10.15.1'
6-
- '11.10.0'
4+
- lts/*
75
script:
86
- yarn run lint
97
- yarn test

0 commit comments

Comments
 (0)