We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b909ad commit c56bc63Copy full SHA for c56bc63
.travis.yml
@@ -1,7 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "lts"
+ - "lts/*"
5
before_install:
6
- git config --global user.email "you@example.com"
7
- git config --global user.name "Your Name"
0 commit comments