Skip to content

Commit

Permalink
Merge pull request #187 from ruby/coverwalls
Browse files Browse the repository at this point in the history
Added coveralls gem again
  • Loading branch information
hsbt authored Jan 6, 2017
2 parents 25f2e3b + 34f5e2e commit bc5765f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
- ruby-head
- jruby-1.7.26
- jruby-9.1.6.0
- jruby-head
before_install:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ test_script:
deploy: off
environment:
matrix:
- ruby_version: "193"
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
Expand Down
1 change: 1 addition & 0 deletions rake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ Rake has the following features:
s.add_development_dependency(%q<bundler>.freeze)
s.add_development_dependency(%q<minitest>.freeze)
s.add_development_dependency(%q<rdoc>.freeze)
s.add_development_dependency(%q<coveralls>.freeze)
end
3 changes: 3 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
$:.unshift File.expand_path("../../lib", __FILE__)

require 'coveralls'
Coveralls.wear!

gem "minitest", "~> 5"
require "minitest/autorun"
require "rake"
Expand Down

0 comments on commit bc5765f

Please sign in to comment.