Skip to content

Commit

Permalink
Update TravisCI config for better test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Dec 3, 2018
1 parent 6a74279 commit c80ffe2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,9 +1,12 @@
language: node_js
branches: [master]
node_js:
- "lts/boron"
- "lts/carbon"
- "current"
- 6
- 7
- 8
- 9
- 10
- 11
script:
- npm run build
- npm run test

0 comments on commit c80ffe2

Please sign in to comment.