From 8c863df01e9cfe80b21d2e152e659ce6a79319af Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Wed, 7 May 2014 18:15:39 +0000 Subject: [PATCH] Fix travis exclude for self mutation --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 49d4f75c..90992ceb 100644 --- a/Rakefile +++ b/Rakefile @@ -4,9 +4,10 @@ require 'devtools' Devtools.init_rake_tasks - # Mutant self test is to slow for travis. Fast enough for circle. if ENV['TRAVIS'] + Rake.application.load_imports + task('metrics:mutant').clear namespace :metrics do task :mutant => :coverage do