cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Reinstate saucelabs testing #292

Closed briancavalier closed 10 years ago

briancavalier commented 10 years ago

I disabled saucelabs tests in b467f40168607e8676e29438d1e2d0880cd92e70 (Node tests on Travis are still enabled). There seems to be an issue between Travis and saucelabs, which started on 4/1 (coincidence?) that is causing them to always timeout. I opened an issue with sauce support, waiting to hear back.

I can run them successfully via a manual sauce tunnel, so that's what I'll do (ugh) in order to get 3.1.0 released.

Once the issue is resolved, we can reinstate the tests.

briancavalier commented 10 years ago

I created a sauce-travis-issue branch to experiment. That branch currently has all browser tests disabled except this super-simple one. The communication between travis and sauce still times out. Pretty close to a smoking gun, and no word from saucelabs support yet.

briancavalier commented 10 years ago

Closing in favor of #300