aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-01 09:25:36 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-01 09:30:20 +0900
commitd407e0821abaed642a7e5cb5ddb1f20a119dfa20 (patch)
tree6efefc44172bbb0e1016bd7686cde0576d575488 /.travis.yml
parent3664e9cb798ea47a6ef10088b3fb2a7529b0dc9b (diff)
downloadrails-d407e0821abaed642a7e5cb5ddb1f20a119dfa20.tar.gz
rails-d407e0821abaed642a7e5cb5ddb1f20a119dfa20.tar.bz2
rails-d407e0821abaed642a7e5cb5ddb1f20a119dfa20.zip
Avoid bundler 1.16.0 for now
It's causing bug report template tests to fail. https://travis-ci.org/rails/rails/jobs/295520851 This seems an issue of bundler. Ref: https://github.com/bundler/bundler/issues/6072
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"