Add ruby 2.2 to travis

and allow failure on ruby head
This commit is contained in:
Arthur Neves
2015-01-23 10:42:26 -05:00
parent bebd3570ee
commit 0021c93fef

View File

@@ -3,6 +3,7 @@ language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
- jruby-head
- rbx-2
@@ -12,6 +13,7 @@ sudo: false
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
script: "rake test"