Skip to content

Commit 636dd9a

Browse files
committed
ci: fix nodejs version
1 parent 75c1fd6 commit 636dd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- '10'
5-
- 'lts'
4+
- 10
5+
- lts/*
66
script:
77
- yarn test

0 commit comments

Comments
 (0)