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

View File

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