From a4a7b766456c1d3dc20eaf751a723b7607094455 Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Wed, 9 Sep 2015 12:27:59 +0200 Subject: [PATCH] Update ruby versions for travis build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3734bb8..abe318b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: ruby cache: bundler rvm: - - 2.1.5 + - 2.2.3 + - 2.1.7 - 1.9.3 script: - export RAILS_ENV=test