Fix travis exclude for self mutation

This commit is contained in:
Markus Schirp 2014-05-07 18:15:39 +00:00
parent bdb3bea5fb
commit 8c863df01e

View file

@ -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