summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 607d1004c1..5411e545ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
language: ruby
sudo: false
-# Early warning system to catch if Rubygems breaks something
+
before_install: gem install bundler -v 1.10.5
# the new 2.5.0 rubygems is busted with 1.7.6 bundler, the
# new 1.10.6 bundler is busted with our rake tasks. the
- # 2.4.5 rubygems with 1.7.6 bundler in travis currently works.
+ # 2.4.5 rubygems with 1.10.5 bundler in travis currently works.
# see https://github.com/bundler/bundler/issues/3982
# gem update --system