Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Nov 28, 2016
1 parent 92af1b5 commit 0863576
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
language: node_js

node_js:
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
- 'iojs'

before_install:
- npm install -g npm
- npm --version

after_success:
- npm run coveralls
- npm run coverage-clean

0 comments on commit 0863576

Please sign in to comment.