Skip to content

Commit af6acac

Browse files
authored
Merge pull request #24 from olleolleolle/patch-1
CI: Skip code coverage report
2 parents e74c098 + 632d94b commit af6acac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace :coverage do
1313
end
1414

1515
task :spec do
16-
Rake::Task[:'coverage:report'].invoke unless ENV['TRAVIS_RUBY_VERSION']
16+
Rake::Task[:'coverage:report'].invoke unless ENV['CI']
1717
end
1818

19-
task :default => :spec
19+
task :default => :spec

0 commit comments

Comments
 (0)