Skip to content

Commit

Permalink
travis node js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matjaz committed Jan 17, 2019
1 parent c576a1a commit 948bf73
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: node_js
node_js:
- '7'
- '6'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10'
- node
after_success:
- 'npm i coveralls@2 && nyc report --reporter=text-lcov | coveralls'

0 comments on commit 948bf73

Please sign in to comment.