diff options
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 |
