Skip to content

Commit

Permalink
enabling coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
GBH committed Oct 21, 2013
1 parent d696adf commit bab3e44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ rvm:
- 2.0.0
before_script:
- 'rake db:migrate'
script:
- rake test:all
branches:
only:
- master
4 changes: 2 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# require 'coveralls'
# Coveralls.wear!('rails')
require 'coveralls'
Coveralls.wear!('rails')

ENV['RAILS_ENV'] = 'test'

Expand Down

0 comments on commit bab3e44

Please sign in to comment.