From 09a179b2567273b7fc6f41b68a16d00d4c981714 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Mon, 17 Dec 2012 22:03:50 +0100 Subject: [PATCH] allow 1.8 to fail --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 984e26f..f9ad29b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,8 @@ rvm: - rbx-19mode - 1.8.7 script: thor spec +matrix: + allow_failures: + - rvm: 1.8.7 + - rvm: rbx-18mode + - rvm: jruby-18mode