Fix travis exclude for self mutation
This commit is contained in:
parent
bdb3bea5fb
commit
8c863df01e
1 changed files with 2 additions and 1 deletions
3
Rakefile
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue