Skip to content

Commit

Permalink
ci: test on node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Jul 24, 2019
1 parent c4f7a9c commit 087c3b0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
@@ -1,9 +1,10 @@
language: node_js

node_js:
- '10'
- '8'
- '6'
- '12'
- '10'
- '8'
- '6'

script: npm test

Expand All @@ -12,7 +13,7 @@ notifications:

cache:
directories:
- node_modules
- node_modules

after_success:
- npm run codecov
- npm run codecov

0 comments on commit 087c3b0

Please sign in to comment.