diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-30 15:23:26 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-30 15:23:26 +0300 |
| commit | bd236260f51592bf8888fda2dcc43efe8a5f182c (patch) | |
| tree | a3faf27c3662db2de1b7bbfa45097b849386720a /spec | |
| parent | a8aa298450159e81908f84ae064a94838cc045b0 (diff) | |
| download | gitlab-shell-bd236260f51592bf8888fda2dcc43efe8a5f182c.tar.gz | |
Add coveralls support properly
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/spec_helper.rb | 2 |
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 |
