summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9f253df6c4..4b1f4d06fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,11 @@ cache: bundler
sudo: false
# Early warning system to catch if Rubygems breaks something
before_install:
- gem update --system
+ # 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.
+ # see https://github.com/bundler/bundler/issues/3982
+# gem update --system
branches:
only: