Enable Coveralls

This commit is contained in:
Joseph Wynn 2014-12-06 16:03:10 +00:00
parent 61bf597d2d
commit 9a1fceaa29
2 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
coverage
Gemfile.lock Gemfile.lock

View File

@ -1,7 +1,6 @@
begin if ENV['CI']
require 'coveralls' if ENV['CI'] require 'coveralls'
rescue LoadError Coveralls.wear!
# ignore
end end
require 'test/unit' require 'test/unit'