Skip to content

Commit

Permalink
forcing travisci to be on master for link adjustment tests to work
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Dec 10, 2013
1 parent e27b10c commit 011080e
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 @@ -8,7 +8,7 @@
"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-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"
"test": "if [ -e $TRAVIS ]; then npm run test-all; else git checkout master && npm run test-main; fi"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 011080e

Please sign in to comment.