aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-13 18:06:34 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-13 21:02:40 +0900
commit8e964556e74925b48e9eb040403a9ebacff1406b (patch)
tree2051140704c9ddde408f6fae3184abee3d1312f7 /.travis.yml
parent1ecdd7e8a7f671825f36217f4d96a90defc7ba88 (diff)
downloadrails-8e964556e74925b48e9eb040403a9ebacff1406b.tar.gz
rails-8e964556e74925b48e9eb040403a9ebacff1406b.tar.bz2
rails-8e964556e74925b48e9eb040403a9ebacff1406b.zip
Make sidekiq and resque integration tests work in CI
Since 8f2490b, the integration test of sidekiq and resque is not working in CI. https://travis-ci.org/rails/rails/jobs/301276197#L2055 https://travis-ci.org/rails/rails/jobs/301276197#L2061 Because 8f2490b removed password from `redis-server`. So must also remove passwords from these tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f56bffdaab..40af3dd044 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,21 +73,25 @@ matrix:
env: "GEM=aj:integration"
services:
- memcached
+ - redis-server
- rabbitmq
- rvm: 2.3.5
env: "GEM=aj:integration"
services:
- memcached
+ - redis-server
- rabbitmq
- rvm: 2.4.2
env: "GEM=aj:integration"
services:
- memcached
+ - redis-server
- rabbitmq
- rvm: ruby-head
env: "GEM=aj:integration"
services:
- memcached
+ - redis-server
- rabbitmq
- rvm: 2.3.5
env: