From 428e36a94522230478110a7f3c62551f595112fc Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sat, 31 May 2014 19:30:59 -0700 Subject: [PATCH] Fix allow failures syntax Whoops. I thought I had it right, but I didn't. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index eea1140..d836cfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,5 @@ env: matrix: allow_failures: - env: "RAILS_VERSION=4.1" - - rvm: - - ruby-head - - jruby-head + - rvm: ruby-head + - rvm: jruby-head