grunt-saucelabs icon indicating copy to clipboard operation
grunt-saucelabs copied to clipboard

Mysterious Intermittent Failures on TravisCI

Open geekdave opened this issue 11 years ago • 0 comments

Every so often, this plugin fails on Travis, with no particular error:

Running "saucelabs-mocha:all" (saucelabs-mocha) task
Verifying property saucelabs-mocha.all exists in config...OK
File: [no files]
=> Connecting to Saucelabs ...
Warning: Task "saucelabs-mocha:all" failed. Use --force to continue.
Aborted due to warnings.
npm ERR! weird error 3
npm ERR! not ok code 0
The command "npm test" exited with 1.
Done. Your build exited with 1.

Here is the build URL: https://travis-ci.org/ModelN/backbone.geppetto/builds/12358997

Perhaps it was a temporary connectivity issue with SauceLabs? I'd like to run this task as a prerequisite for every pull request on my projects, if possible.

Thanks for any help or advice!

geekdave avatar Nov 01 '13 22:11 geekdave