Add support for Ruby 2.2.6 and 2.3.3

This commit is contained in:
Daniel Bayerlein
2016-12-23 11:37:47 +01:00
parent 11745098c2
commit 5692194fa2
2 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
language: ruby language: ruby
rvm: rvm:
- 2.3.0 - 2.3.3
- 2.2.0 - 2.2.6
- 2.1.0
sudo: false sudo: false

View File

@@ -164,9 +164,8 @@ and castle
Homesick is tested on the following Ruby versions: Homesick is tested on the following Ruby versions:
* 2.1.0 * 2.2.6
* 2.2.0 * 2.3.3
* 2.3.0
## Note on Patches/Pull Requests ## Note on Patches/Pull Requests