spec/spec_helper.rb in build-dependency-1.0.0 vs spec/spec_helper.rb in build-dependency-1.1.0
- old
+ new
@@ -1,6 +1,6 @@
-if ENV['COVERAGE']
+if ENV['COVERAGE'] || ENV['TRAVIS']
begin
require 'simplecov'
SimpleCov.start do
add_filter "/spec/"