summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-04-10 19:06:18 +0200
committerAzul <azul@riseup.net>2016-04-10 19:06:18 +0200
commit8c4d18b8463bae1a5274cccc18b36ff401ebe5a8 (patch)
tree41788c77169f1753f0f3be78164305c48b10c9b9 /.travis.yml
parent5f8f7aa5d283df7ed60145094005ce464660ec2c (diff)
test: downgrad rubygems to fix issue with bundler
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ffd7c74..f4033a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,6 @@ rvm:
cache: bundler
notifications:
email: false
-
+before_install:
+ - gem update --system 2.4.5
+ - gem --version