Skip to content

Commit

Permalink
Moved the saucelabs test out of the main build
Browse files Browse the repository at this point in the history
Some tests are still flaky and randomly fail.
  • Loading branch information
LaurentGoderre committed Nov 18, 2016
1 parent 8d3cc37 commit 63ff298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"test": "grunt test",
"postinstall": "bower update && grunt init",
"travis_script": "grunt dist test-mocha saucelabs && bundle exec rake",
"travis_after_success": "grunt deploy"
"travis_script": "grunt dist test-mocha && bundle exec rake",
"travis_after_success": "grunt deploy saucelabs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 63ff298

Please sign in to comment.