Remove allowed failure, switch to testing newest 2.1

Because of Ruby's new versioning scheme, testing 2.1.0 and 2.1.1
separately is overkill (like testing multiple patch levels of earlier
Ruby versions).
This commit is contained in:
Ryan Fitzgerald 2014-05-05 20:26:15 -07:00
parent 0506513174
commit 68ad901a3a
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,7 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1
- ruby-head
- rbx
- jruby
@ -14,7 +13,6 @@ script:
matrix:
allow_failures:
- rvm: 2.1.0
- rvm: ruby-head
- rvm: jruby-head