Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix(travisCI): Update Node versions (#4847)
Browse files Browse the repository at this point in the history
* Update Node versions . #4846
* Update natives to 1.1.3
Removes Node 10 issue: gulpjs/gulp#2162 (comment)
  • Loading branch information
simonua authored and qiyigg committed Jun 6, 2018
1 parent 3702a70 commit ed955e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: node_js
sudo: false
node_js:
- "6"
- "7"
- "8"
- "10"

env:
global:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed955e5

Please sign in to comment.