Merge pull request #155 from danielbayerlein/ruby-2.4.0

Add support for Ruby 2.4.0
This commit is contained in:
Jeremy Cook
2016-12-26 07:08:38 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- 2.4.0
- 2.3.3 - 2.3.3
- 2.2.6 - 2.2.6
sudo: false sudo: false

View File

@@ -166,6 +166,7 @@ Homesick is tested on the following Ruby versions:
* 2.2.6 * 2.2.6
* 2.3.3 * 2.3.3
* 2.4.0
## Note on Patches/Pull Requests ## Note on Patches/Pull Requests