Skip to content

Commit

Permalink
Add coveralls.io to Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Mar 11, 2013
1 parent 479fe28 commit 5eb9696
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ tags
*~
Gemfile.lock
.rbx
coverage/
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -18,3 +18,5 @@ gem "rspec"
gem "with_model"

gem "activerecord", "~> #{ENV["ACTIVE_RECORD_VERSION"]}.0" if ENV["ACTIVE_RECORD_VERSION"]

gem 'coveralls', require: false
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
@@ -1,6 +1,9 @@
require "bundler/setup"
require "pg_search"

require 'coveralls'
Coveralls.wear!

begin
require "pg"
error_class = PGError
Expand Down

0 comments on commit 5eb9696

Please sign in to comment.