Skip to content

Commit

Permalink
testing active node version before testing older ones
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Jun 26, 2013
1 parent 74ec484 commit 17d90ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test-main": "tap test/*.js",
"test-0.8": "nave use 0.8 npm run test-main",
"test-0.10": "nave use 0.10 npm run test-main",
"test-all": "npm run test-0.8 && npm run test-0.10",
"test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10",
"test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
},
"repository": {
Expand Down

0 comments on commit 17d90ad

Please sign in to comment.