Skip to content

Commit c56bc63

Browse files
committed
Correct lts travis usage
1 parent 5b909ad commit c56bc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "lts"
4+
- "lts/*"
55
before_install:
66
- git config --global user.email "you@example.com"
77
- git config --global user.name "Your Name"

0 commit comments

Comments
 (0)