From 8c4d18b8463bae1a5274cccc18b36ff401ebe5a8 Mon Sep 17 00:00:00 2001 From: Azul Date: Sun, 10 Apr 2016 19:06:18 +0200 Subject: test: downgrad rubygems to fix issue with bundler --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3