From c8e614d0648047ddd29ca2babf10f0a71cca2689 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Wed, 30 Apr 2014 23:22:09 +0200 Subject: [PATCH] Allows ruby-2.1.0 to fail until a solution is found --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 826385e0..e3935907 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ rvm: - 2.0.0 - 2.1.0 - 2.1.1 +matrix: + allow_failures: + - rvm: 2.1.0 script: bundle exec rspec --format documentation notifications: email: