Disable Ruby 1.9.3 on travis and begin testing on 2.1.1
This commit is contained in:
parent
61002b9bb8
commit
100d5223ce
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue