Skip to content

Commit

Permalink
support node 6, 7 and 8
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbano committed Nov 2, 2017
1 parent e3279e3 commit 1aeb8bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- '6.9.2'
- 'iojs'
- '0.12'
- '8'
- '7'
- '6'

after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 comments on commit 1aeb8bb

Please sign in to comment.