From 3fcbd21104727de3fc1c6bc0a6504e1f6c07dfb1 Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Wed, 15 Jan 2014 21:41:07 -0500 Subject: [PATCH] Test with Ruby 2.1.0 on Travis and add it to the supported Rubies --- .travis.yml | 1 + README.markdown | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 17a61fa..5c4eb72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: ruby rvm: + - 2.1.0 - 2.0.0 - 1.9.3 diff --git a/README.markdown b/README.markdown index c17afff..499e4d6 100644 --- a/README.markdown +++ b/README.markdown @@ -156,6 +156,7 @@ Homesick is tested on the following Ruby versions: * 1.9.3 * 2.0.0 +* 2.1.0 ## Note on Patches/Pull Requests