Add Node.js LTS version in travis.yml (#105)
This commit is contained in:
parent
fe17e32886
commit
d70d3d7c5f
|
@ -1,5 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
- "lts/*"
|
||||||
- "node"
|
- "node"
|
||||||
install:
|
install:
|
||||||
- yarn
|
- yarn
|
||||||
|
|
Loading…
Reference in a new issue