Disable mutant task under travis

This commit is contained in:
Markus Schirp 2013-07-02 21:15:44 +02:00
parent fb80cbe293
commit e16f73f3d3
1 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,10 @@
require 'devtools'
Devtools.init_rake_tasks
task('metrics:mutant').clear
namespace :metrics do
task :mutant do
$stderr.puts 'Mutant self mutation is disable till mutant is fast enough for travis'
end
end