aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-07 18:51:32 -0800
committerChris Rebert <[email protected]>2014-02-07 18:51:32 -0800
commit8f7170abd04a356654d92700d30c006d70bc7778 (patch)
tree87d940ee18bebd7942c6b421b0284e31446d3f96
parentc3f845641425ebafac09e0e664d3b543d91e172b (diff)
downloadbootstrap-8f7170abd04a356654d92700d30c006d70bc7778.tar.xz
bootstrap-8f7170abd04a356654d92700d30c006d70bc7778.zip
disable BrowserStack tests due to flakiness
Running "browserstack_runner" task Using config: /home/travis/build/twbs/bootstrap/browserstack.json Launching server on port: 8888 Downloading tunnel jar to `/home/travis/build/twbs/bootstrap/node_modules/browserstack-runner/lib/BrowserStackTunnel.jar` Launching tunnel Error: Invalid or corrupt jarfile /home/travis/build/twbs/bootstrap/node_modules/browserstack-runner/lib/BrowserStackTunnel.jar [Runner alert] Tunnel launch timeout Exiting Non existent tunnel
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e080ac1d..a5cd70a86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,6 @@ env:
- TWBS_TEST=core
- TWBS_TEST=validate-html
- TWBS_TEST=sauce-js-unit
- - TWBS_TEST=browserstack-js-unit
+# - TWBS_TEST=browserstack-js-unit
matrix:
fast_finish: true