Skip to content

Commit

Permalink
fixing coveralls1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandrDiaz committed Dec 21, 2018
1 parent e22a24a commit 52d64d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
service_name: travis-ci

repo_token: Bwih9WAoWOzBLX0N0tSzUIhmeq2GAOHwx
11 changes: 11 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
require 'bundler/setup'
require 'menud'
require 'coveralls'

module Coveralls
def should_run?
true
end

def will_run?
true
end
end if ENV['CI']

Coveralls.wear!


Expand Down

0 comments on commit 52d64d3

Please sign in to comment.