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:
Andy Xu(devdiv) 2018-04-26 10:47:10 +08:00 committed by GitHub
parent efad02bf65
commit 917b99aa50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: node_js
node_js:
- 'node'
- '--lts'
os:
- linux