Skip to content

Commit

Permalink
Merge branch 'junaruga-feature/ruby-2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Feb 3, 2017
2 parents 4be8c66 + 6a7c51c commit efb3f26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
sudo: false

before_install:
- gem update simplecov

rvm:
- 2.4.0
- 2.3.0
- 2.2
- 2.1
Expand Down
2 changes: 1 addition & 1 deletion spec/coverage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
formatters << Coveralls::SimpleCov::Formatter
end

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[*formatters]
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new(formatters)
SimpleCov.start

0 comments on commit efb3f26

Please sign in to comment.