aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2017-11-13 00:55:06 -0700
committerJeremy Daer <jeremydaer@gmail.com>2017-11-13 01:34:59 -0700
commit8f2490b57f488ed60fc6e0a201ccd5e66811ab51 (patch)
tree3579a9b495b0bcee8dc9c7d5f5468f1c8fe811b0 /.travis.yml
parenta45f234b028fd4dda5338e5073a3bf2b8bf2c6fd (diff)
downloadrails-8f2490b57f488ed60fc6e0a201ccd5e66811ab51.tar.gz
rails-8f2490b57f488ed60fc6e0a201ccd5e66811ab51.tar.bz2
rails-8f2490b57f488ed60fc6e0a201ccd5e66811ab51.zip
Action Cable: run Redis tests against a default config without a password
Simplify our dev testing and CI story since we're also testing against Redis for the Active Support cache store. Directly test whether db, host, password, etc are passed through as config instead of spinning up a Redis server with a password set on it.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e357a0ca3e..f56bffdaab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ cache:
services:
- memcached
+ - redis-server
addons:
postgresql: "9.6"
@@ -41,7 +42,6 @@ before_script:
# Decodes to e.g. `export VARIABLE=VALUE`
- $(base64 --decode <<< "ZXhwb3J0IFNBVUNFX0FDQ0VTU19LRVk9YTAzNTM0M2YtZTkyMi00MGIzLWFhM2MtMDZiM2VhNjM1YzQ4")
- $(base64 --decode <<< "ZXhwb3J0IFNBVUNFX1VTRVJOQU1FPXJ1YnlvbnJhaWxz")
- - redis-server --bind 127.0.0.1 --port 6379 --requirepass 'password' --daemonize yes
script: 'ci/travis.rb'