free_mutant/Rakefile

11 lines
214 B
Text
Raw Normal View History

2012-12-06 21:35:17 +01:00
require 'devtools'
2013-02-24 19:54:41 +01:00
Devtools.init_rake_tasks
2013-07-02 21:15:44 +02:00
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