Sha256: e11084f72f112a26f746500672a30ff354146dc7ef9f065fee04a3b13b282d79

Contents?: true

Size: 360 Bytes

Versions: 6

Compression:

Stored size: 360 Bytes

Contents

# encoding: utf-8

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
      $stderr.puts 'Mutant self test via zombie not active on travis CI'
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mutant-0.5.17 Rakefile
mutant-0.5.16 Rakefile
mutant-0.5.15 Rakefile
mutant-0.5.14 Rakefile
mutant-0.5.13 Rakefile
mutant-0.5.12 Rakefile