Skip to content

Commit

Permalink
ci: change node 9 to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Apr 16, 2019
1 parent 71e409e commit e95d3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -14,9 +14,9 @@ matrix:
- node_js: '8'
script: npm run jest -- --runInBand --coverage
env: CI=coverage
- node_js: '9'
- node_js: '10'
script: npm run jest -- --runInBand
env: CI=tests 9
env: CI=tests 10
before_install:
- npm install -g npm@latest
after_success:
Expand Down

0 comments on commit e95d3f5

Please sign in to comment.