Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
升级travis的node版本,目前travis的node版本过低自动测试总是失败
  • Loading branch information
ljhsai authored Jan 14, 2019
1 parent 5f7bec1 commit 0ff717b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.10"
- "10.15.0"
before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli

0 comments on commit 0ff717b

Please sign in to comment.