diff --git a/.travis.yml b/.travis.yml index 5e21473..8cbd17d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: + - 2.3.0 + - 2.2.0 - 2.1.0 - - 2.0.0 - - 1.9.3 sudo: false diff --git a/README.markdown b/README.markdown index aed4690..a36ac5b 100644 --- a/README.markdown +++ b/README.markdown @@ -164,12 +164,12 @@ and castle Homesick is tested on the following Ruby versions: -* 1.9.3 -* 2.0.0 * 2.1.0 +* 2.2.0 +* 2.3.0 ## Note on Patches/Pull Requests - + * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally.