Skip to content

Commit

Permalink
Test on more versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Mar 23, 2016
1 parent 7af93d3 commit 997e069
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: node_js

node_js:
- "stable"
- "4"
- "iojs"
- "0.12"
- "0.10"

notifications:
email: false
before_install:
- npm config set spin false --global

script:
- npm run lint && npm run check && (if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run cover:lcov; else npm run testonly; fi)
Expand Down

0 comments on commit 997e069

Please sign in to comment.