aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-05-09 15:42:28 -0400
committerJeremy Daer <jeremydaer@gmail.com>2016-05-25 09:21:28 -0700
commit8cfce058d9d002526fd93e66957f8359985c92bf (patch)
treef8fcab1332fc01d87196c4233d32f8d03ce6a16b /.travis.yml
parentbf219714dce494f5b69cb7dd9b8c43a68a4988da (diff)
downloadrails-8cfce058d9d002526fd93e66957f8359985c92bf.tar.gz
rails-8cfce058d9d002526fd93e66957f8359985c92bf.tar.bz2
rails-8cfce058d9d002526fd93e66957f8359985c92bf.zip
CI: run Action Cable browser tests in Sauce Labs
Allow failures until test runs are consistently stable, not hanging. Closes #24943. Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c9e4b51f4..461bd172c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,11 @@ before_install:
before_script:
- bundle update
+ # Set Sauce Labs username and access key. Obfuscated, purposefully not encrypted.
+ # Decodes to e.g. `export VARIABLE=VALUE`
+ - $(base64 --decode <<< "ZXhwb3J0IFNBVUNFX0FDQ0VTU19LRVk9YTAzNTM0M2YtZTkyMi00MGIzLWFhM2MtMDZiM2VhNjM1YzQ4")
+ - $(base64 --decode <<< "ZXhwb3J0IFNBVUNFX1VTRVJOQU1FPXJ1YnlvbnJhaWxz")
+
script: 'ci/travis.rb'
env:
@@ -36,6 +41,8 @@ env:
- "GEM=ap"
- "GEM=ac"
- "GEM=ac FAYE=1"
+ - "GEM=ac:integration"
+ - "GEM=ac:integration FAYE=1"
- "GEM=am,amo,as,av,aj"
- "GEM=as PRESERVE_TIMEZONES=1"
- "GEM=ar:mysql2"
@@ -65,6 +72,8 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.0.5.0
+ - env: "GEM=ac:integration"
+ - env: "GEM=ac:integration FAYE=1"
fast_finish: true
notifications: