Skip to content

Commit

Permalink
Updated Code Climate to run when CI ENV is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuhlmann committed Nov 3, 2015
1 parent 387b808 commit 0426455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,6 +1,6 @@
require "bundler/setup"

if ENV["CODECLIMATE_REPO_TOKEN"]
if ENV["CI"]
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
end
Expand Down

0 comments on commit 0426455

Please sign in to comment.