From 2297ce418d1db129d53aa476581b5d9e69cfd785 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Wed, 2 Apr 2014 23:30:20 -0400 Subject: [PATCH] Test on Ruby 2.1.1 The current stable version of Ruby is 2.1.1 so gollum should be tested there. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3493f4a..ff17fd05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ rvm: - 1.9.3 - 2.0.0 - 2.1.0 + - 2.1.1 before_install: - sudo apt-get update - - sudo apt-get install libicu-dev \ No newline at end of file + - sudo apt-get install libicu-dev