update travis to get rid of gulp3 issue on node 10 (#290)
* update travis to get rid of gulp3 issue on node 10 https://github.com/nodejs/node/issues/20285 * Update .travis.yml
This commit is contained in:
parent
efad02bf65
commit
917b99aa50
|
@ -1,7 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- 'node'
|
- '--lts'
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
Loading…
Reference in New Issue