diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-10 20:37:50 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-10 20:37:50 +0200 |
| commit | 174540b18b2618adef74d853debec2c9663147b2 (patch) | |
| tree | ccda32551777964d8f353c8f7156b6477c8168d4 /spec | |
| parent | fc8bd8f760fac40287681894dfd9a45e8c4d0517 (diff) | |
| download | gitlab-shell-174540b18b2618adef74d853debec2c9663147b2.tar.gz | |
added .travis.yml, coveralls
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/spec_helper.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d42cf9e..ccf1b63 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1 +1,6 @@ ROOT_PATH = File.expand_path(File.join(File.dirname(__FILE__), "..")) + +if ENV['TRAVIS'] + require 'coveralls' + Coveralls.wear! +end |
