summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-30 15:23:26 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-30 15:23:26 +0300
commitbd236260f51592bf8888fda2dcc43efe8a5f182c (patch)
treea3faf27c3662db2de1b7bbfa45097b849386720a /spec/spec_helper.rb
parenta8aa298450159e81908f84ae064a94838cc045b0 (diff)
downloadgitlab-shell-bd236260f51592bf8888fda2dcc43efe8a5f182c.tar.gz
Add coveralls support properly
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 3f09f9a..612af76 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,6 +1,6 @@
ROOT_PATH = File.expand_path(File.join(File.dirname(__FILE__), ".."))
-if ENV['TRAVIS']
+if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear!
else