Skip to content

Commit 7ed28a7

Browse files
committed
fixed travis ci lts node version
1 parent 8e5e186 commit 7ed28a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
33
- "node"
4-
- "lts"
4+
- "lts/*"
55
script:
66
- npm run build
77
- npm test

0 commit comments

Comments
 (0)