Skip to content

Commit

Permalink
coveralls check
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Oct 13, 2015
1 parent 6e2e582 commit db07378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require "simplecov"

# use coveralls for on-line code coverage reporting at Travis CI
if ENV["COVERALLS_REPO_TOKEN"]
if ENV["TRAVIS"] || ENV["COVERALLS_REPO_TOKEN"]
require "coveralls"

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
Expand Down

0 comments on commit db07378

Please sign in to comment.