aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-05-04 23:41:55 +0930
committerMatthew Draper <matthew@trebex.net>2017-05-04 23:41:55 +0930
commit3d890b66c1bfbdcabb7ef66e0774e0f01e2ed5d6 (patch)
tree746650448403f2e064d71e6a19150cc2fc100cdc /.travis.yml
parente98651654ae94d0263035ff9f10ec13eb8e4d6b7 (diff)
downloadrails-3d890b66c1bfbdcabb7ef66e0774e0f01e2ed5d6.tar.gz
rails-3d890b66c1bfbdcabb7ef66e0774e0f01e2ed5d6.tar.bz2
rails-3d890b66c1bfbdcabb7ef66e0774e0f01e2ed5d6.zip
Avoid rubygems 2.6.12 for now
It's causing a test to fail, and we're not yet sure what (if anything) we should be doing differently. See rubygems/rubygems#1911.
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 19fc899a8b..59f4ed0249 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ addons:
bundler_args: --without test --jobs 3 --retry 3
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
- - "gem update --system"
+ - "gem update --system 2.6.11"
- "gem update bundler"
- "[ -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"