Disable Ruby 1.9.3 on travis and begin testing on 2.1.1

This commit is contained in:
Fabio Rehm 2014-03-12 23:34:59 -03:00
parent 61002b9bb8
commit 100d5223ce

View file

@ -1,8 +1,8 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
matrix:
allow_failures:
- rvm: 2.0.0
- rvm: 2.1.1
script: "bundle exec rake ci"