From 2c81062bf9ebc2e16c0f57c0ee9b9fd5288e447c Mon Sep 17 00:00:00 2001 From: Tristan Dunn Date: Sat, 30 Jan 2016 11:58:28 -0600 Subject: [PATCH] Update Ruby versions in Travis CI configuration. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 010408f..fea9733 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ language: ruby rvm: - 2.0.0 - - 2.1.5 - - 2.2.0 + - 2.1.8 + - 2.2.4 before_install: - "export DISPLAY=:99.0"