From 953e3d91c6e3e1b32f170f4ef967f26907c41ac7 Mon Sep 17 00:00:00 2001
From: "Francis Luong (Franco)" <fluong@fx-mbp-13.local>
Date: Wed, 23 Mar 2016 10:17:21 -0400
Subject: [PATCH] adjust rvm list in .travis.yml

---
 .travis.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 295f13a..d610d36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,15 @@
 language: ruby
 rvm:
 - 2.2.0
-- ruby-2.1.3-p242
+- 2.1.3-p242
 - 2.0.0
 - 1.9.3
-- ruby-1.9.2-p180
-- ruby-1.9.1-p431
-- ruby-1.8.7-p334
+- 1.9.2-p180
+- 1.9.1-p431
+- 1.8.7-p334
 - jruby-1.6.1
-- rbx-head
-- ree-1.8.7-2011.03
+- rbx
+- ree
 install:
 - bundle install
 script:
-- 
GitLab