summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-10 20:37:50 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-10 20:37:50 +0200
commit174540b18b2618adef74d853debec2c9663147b2 (patch)
treeccda32551777964d8f353c8f7156b6477c8168d4 /spec
parentfc8bd8f760fac40287681894dfd9a45e8c4d0517 (diff)
downloadgitlab-shell-174540b18b2618adef74d853debec2c9663147b2.tar.gz
added .travis.yml, coveralls
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb5
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