From 948e6f7e3efd04e39f0af39b64b2e40cbae8e246 Mon Sep 17 00:00:00 2001 From: yqbk Date: Sat, 8 Oct 2016 18:18:17 +0200 Subject: [PATCH] only newest ruby --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d98c3be6..d079e995 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_script: cache: bundler language: ruby rvm: - - 2.1.5 - - 2.2.1 +# - 2.1.5 +# - 2.2.1 - 2.3.1 script: bundle exec rspec --color --format documentation --require spec_helper --require rails_helper --tag ~docker