Skip to content

Commit

Permalink
chore: update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Oct 24, 2019
1 parent 39629ab commit c9865a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -2,12 +2,13 @@ sudo: false
language: node_js
node_js:
- '8'
- '9'
- '10'
- '12'
before_install:
- npm i npminstall -g
install:
- npm i npminstall && npminstall
- npminstall
script:
- npm run ci
after_script:
- npminstall codecov && codecov
services:
- redis-server

0 comments on commit c9865a7

Please sign in to comment.