aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-10-31 19:38:30 -0500
committerGitHub <noreply@github.com>2017-10-31 19:38:30 -0500
commit592f790b7693c0a32cd06d5e8201639923a734c5 (patch)
tree114e39f2215edbb8049acfb0f3c20dab7abc1705 /.travis.yml
parent7fe50a714623b53a0c01e6c2b140df9c2b993f1d (diff)
parentd407e0821abaed642a7e5cb5ddb1f20a119dfa20 (diff)
downloadrails-592f790b7693c0a32cd06d5e8201639923a734c5.tar.gz
rails-592f790b7693c0a32cd06d5e8201639923a734c5.tar.bz2
rails-592f790b7693c0a32cd06d5e8201639923a734c5.zip
Merge pull request #31023 from y-yagi/avoid_latest_bundler
Avoid bundler 1.16.0 for now
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 851365acbd..e357a0ca3e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ bundler_args: --without test --jobs 3 --retry 3
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
- "travis_retry gem update --system"
- - "travis_retry gem update bundler"
+ - "travis_retry gem install bundler -v 1.15.4"
- "[ -f /tmp/beanstalkd-1.10/Makefile ] || (curl -L https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | tar xz -C /tmp)"
- "pushd /tmp/beanstalkd-1.10 && make && (./beanstalkd &); popd"
- "[[ -z $encrypted_8a915ebdd931_key && -z $encrypted_8a915ebdd931_iv ]] || openssl aes-256-cbc -K $encrypted_8a915ebdd931_key -iv $encrypted_8a915ebdd931_iv -in activestorage/test/service/configurations.yml.enc -out activestorage/test/service/configurations.yml -d"