Skip to content

Commit

Permalink
Sauce tests are taking over 50 minutes, so travis is (understandably)…
Browse files Browse the repository at this point in the history
… killing our CI runs. Disabling for now
  • Loading branch information
briancavalier committed Jul 5, 2013
1 parent ee8506a commit 875fc08
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 @@ -51,7 +51,7 @@
},
"scripts": {
"test": "jshint . && buster test -e node && promises-aplus-tests test/promises-aplus-adapter.js",
"ci": "npm test && sauceme",
"ci": "npm test",
"tunnel": "sauceme -m",
"start": "buster static -e browser",
"benchmark": "node benchmark/promise && node benchmark/map"
Expand Down

0 comments on commit 875fc08

Please sign in to comment.