Drop 1.8 support on travis CI and add 2.0.0

This commit is contained in:
Arthur Neves
2013-10-11 12:03:01 -04:00
parent 549777ae53
commit c9ea578b64
+6 -4
View File
@@ -1,11 +1,13 @@
rvm:
- 1.8.7
- 1.9.3
- ree
- jruby-18mode
- 2.0.0
- jruby-19mode
- rbx-18mode
- jruby-head
- rbx-19mode
matrix:
allow_failures:
- rvm: 2.0.0
- rvm: jruby-head
script: "rake test"