Skip to content

Commit

Permalink
ci: update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
lvshuncn committed Mar 28, 2020
1 parent d0dea02 commit 9bee028
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@

language: node_js
node_js:
- '8'
- '10'
- '12'
before_install:
- npm i npminstall -g
install:
- npminstall
- npm install
script:
- npm run ci
after_script:
- npminstall codecov && codecov
- npm run build

0 comments on commit 9bee028

Please sign in to comment.