Skip to content

Commit

Permalink
It'd be cool to have this
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-u committed Oct 22, 2018
1 parent 480d27f commit 524d92b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This file is copied to spec/ when you run 'rails generate rspec:install'

if ENV["TRAVIS"]
if ENV["TRAVIS"] || ENV['CI']
require 'coveralls'
require 'simplecov'
SimpleCov.start
Coveralls.wear!('rails') { add_filter("/spec/") }
end

Expand Down

0 comments on commit 524d92b

Please sign in to comment.