From 2c6082f4547036bb86907db45d5b3ca850555c76 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Tue, 17 Jun 2014 12:12:05 +0200 Subject: [PATCH] Tell Travis to ignore Ruby 1.9.2 errors --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3d7d25cb..b656223a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,6 @@ script: bundle exec rspec notifications: email: - wpscanteam@gmail.com +matrix: + allow_failures: + - rvm: 1.9.2