From 0daf1f5514d90a3da735afc6d38a07622901194e Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Thu, 7 Apr 2016 16:09:23 -0500 Subject: [PATCH] Revert moving to 2.1.9 It seems that Travis has made available 2.1.10 which is for double digit testing but skipped 2.1.10 (for some reason.) This reverts us back to 2.1.8 so that we can maintain a working build since we are triggering no known bugs in 2.1 at this time. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e811592f..5c0ce205 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ sudo: false rvm: - &ruby1 2.3.0 - &ruby2 2.2.4 - - &ruby3 2.1.9 + - &ruby3 2.1.8 - &ruby4 2.1.10 - &jruby jruby-9.0.4.0 - &rhead ruby-head