Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #43 from aredridel/test-node-4-5
Browse files Browse the repository at this point in the history
test node 4 and 5 instead of iojs
  • Loading branch information
grawk committed Feb 25, 2016
2 parents bfecb85 + 528ef53 commit f761541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ language: node_js
node_js:
- "0.12"
- "0.10"
- "iojs"
- "4"
- "5"

script:
- "npm run-script cover"
Expand Down

0 comments on commit f761541

Please sign in to comment.