Skip to content

Commit

Permalink
工程::rocket: 移除 v7.10.1 版本的 Node.js 运行时
Browse files Browse the repository at this point in the history
  • Loading branch information
iTonyYo committed Oct 31, 2018
1 parent a4238d7 commit 842e541
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ language: node_js
node_js:
- "10.13.0"
- "8.12.0"
- "7.10.1"
before_install:
- npm i -g npm@6.4.1
install:
- npm i
cache: npm
cache: yarn
script:
- npm run test
- yarn test
branches:
only:
- master
Expand Down

0 comments on commit 842e541

Please sign in to comment.