Skip to content

Commit

Permalink
Extend Travis to run tests on Node 6, 8, the latest LTS and stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Feb 10, 2018
1 parent d267a7a commit 786d6ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
sudo: false
node_js:
- '6'
- '8'
- 'lts/*'
- 'stable'
after_script:
- npm run coveralls

0 comments on commit 786d6ac

Please sign in to comment.