Skip to content

Commit 632d94b

Browse files
authored
CI: Skip code coverage report
1 parent e74c098 commit 632d94b

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)