Skip to content

Commit

Permalink
chore: update travis (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Oct 24, 2019
1 parent 4824a04 commit 55d27e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ sudo: false
language: node_js
node_js:
- '8'
- '9'
- '10'
before_install:
- npm i npminstall -g
install:
- npm i npminstall && npminstall
- npminstall
script:
- npm run ci
after_script:
Expand Down

0 comments on commit 55d27e6

Please sign in to comment.