Skip to content

Commit

Permalink
Add coverall settings
Browse files Browse the repository at this point in the history
  • Loading branch information
willnet committed Feb 17, 2014
1 parent 28b22e3 commit e9c6e51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-ci
9 changes: 5 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
lib = File.expand_path('../../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'gimei'

require 'bundler/setup'
require 'minitest/autorun'
require 'moji'

require 'coveralls'
Coveralls.wear!

require 'gimei'
require 'minitest/autorun'
require 'moji'

0 comments on commit e9c6e51

Please sign in to comment.