Disable mutant task under travis
This commit is contained in:
parent
fb80cbe293
commit
e16f73f3d3
1 changed files with 8 additions and 0 deletions
8
Rakefile
8
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue