From d777b4fa88abc466e42a107b6884db457f358f5a Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Thu, 7 Feb 2019 19:05:06 +0200 Subject: [PATCH] fix travis (try 1) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e52a421..19cfade4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: ruby sudo: false +before_install: gem install bundler --version '2.0.1' script: - ruby test/test_all.rb - bundle exec codeclimate-test-reporter @@ -7,4 +8,3 @@ rvm: - 2.4.5 - 2.5.3 - 2.6.1 -