From 08d24490ae51a29c1735957a678a6bf537a251b8 Mon Sep 17 00:00:00 2001
From: Azul <azul@riseup.net>
Date: Sun, 10 Apr 2016 19:22:58 +0200
Subject: [PATCH] travis: match production environment

---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ae4b27f..a2dc053 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,11 @@
 language: ruby
 rvm:
   - 2.1.5
-  - 1.9.3
 cache: bundler
 notifications:
   email: false
 before_install:
-  - gem update --system
-  - gem install bundler
+  - gem update --system 2.2.2
+  - gem install bundler --version 1.7.4
   - gem --version
   - bundle --version
-- 
GitLab