summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2014-04-26 21:22:30 -0400
committerAustin Ziegler <austin@zieglers.ca>2017-01-11 12:33:21 -0500
commit32727d6d0beb48672a1ee2d4a5c20bb81f7e301d (patch)
treea897f76448d18d81223567404c5df35846e65845 /Rakefile
parentff796c262db5a22f14b4765c09655b4faccc132a (diff)
downloaddiff-lcs-32727d6d0beb48672a1ee2d4a5c20bb81f7e301d.tar.gz
Fixing Coveralls for testing.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 20f236d..478ac32 100644
--- a/Rakefile
+++ b/Rakefile
@@ -46,7 +46,7 @@ if RUBY_VERSION >= '1.9'
namespace :spec do
desc "Submit test coverage to Coveralls"
task :coveralls do
- ENV['COVERAGE'] = ENV['COVERALLS'] = 'yes'
+ ENV['COVERALLS'] = 'yes'
end
desc "Runs test coverage. Only works Ruby 1.9+ and assumes 'simplecov' is installed."