Skip to content

Commit

Permalink
Allowing failure on travis for tuby 1.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodecurnex committed Feb 25, 2016
1 parent 64a2bdd commit b224195
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ rvm:
- ree
matrix:
allow_failures:
- 1.8.7
- rbx-18mode
- rbx-19mode
- ree
3 changes: 2 additions & 1 deletion git.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Gem::Specification.new do |s|
s.summary = 'Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.'
s.version = '1.2.10'

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ['lib']
s.required_ruby_version = '>= 1.9'
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.requirements = ['git 1.6.0.0, or greater']

s.add_development_dependency 'rake'
Expand Down

0 comments on commit b224195

Please sign in to comment.