Fix allow failures syntax

Whoops. I thought I had it right, but I didn't.
This commit is contained in:
Steve Klabnik 2014-05-31 19:30:59 -07:00
parent 005aaa65ee
commit 428e36a945
1 changed files with 2 additions and 3 deletions

View File

@ -21,6 +21,5 @@ env:
matrix:
allow_failures:
- env: "RAILS_VERSION=4.1"
- rvm:
- ruby-head
- jruby-head
- rvm: ruby-head
- rvm: jruby-head