Skip to content

Commit

Permalink
Merge pull request #23 from philipmw/coveralls
Browse files Browse the repository at this point in the history
Add Coveralls support
  • Loading branch information
philipmw committed Dec 1, 2015
2 parents d0b6a33 + 22f2cea commit 7eb7058
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gemspec
Expand Up @@ -29,6 +29,7 @@ GEMSPEC = Gem::Specification.new do |gem|
gem.has_rdoc = false

gem.required_ruby_version = '>= 1.8.2'
gem.add_development_dependency 'coveralls'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '~> 3'
gem.add_development_dependency 'yard' , '>= 0.5.8'
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.1.6
- 2.2.2
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -33,6 +33,7 @@ The library is automatically tested with Travis CI and aims to support a
wide range of Ruby interpreters.

[![Build Status](https://travis-ci.org/bhuga/promising-future.svg)](https://travis-ci.org/bhuga/promising-future)
[![Coverage Status](https://coveralls.io/repos/bhuga/promising-future/badge.svg?branch=master&service=github)](https://coveralls.io/github/bhuga/promising-future?branch=master)

YARD documentation is available at <http://promise.rubyforge.org/>

Expand Down
3 changes: 3 additions & 0 deletions spec/shared.rb
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

require 'rspec'
require 'promise'

Expand Down

0 comments on commit 7eb7058

Please sign in to comment.