Skip to content

Commit

Permalink
Merge pull request #651 from kolen/fix-travis-builds
Browse files Browse the repository at this point in the history
Fix travis builds
  • Loading branch information
mattr- committed Mar 7, 2018
2 parents 1c71f5e + 3f59be7 commit f4bd88b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Expand Up @@ -15,10 +15,15 @@ rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.4
- 2.4.1
- rbx-3.81
- 2.3
- 2.4
- 2.5
- rbx-3.100
- ruby-head

matrix:
allow_failures:
- rvm: ruby-head

notifications:
email: false
2 changes: 1 addition & 1 deletion redcarpet.gemspec
Expand Up @@ -65,7 +65,7 @@ Gem::Specification.new do |s|
s.executables = ["redcarpet"]
s.require_paths = ["lib"]

s.add_development_dependency "rake", "~> 12.0"
s.add_development_dependency "rake", "~> 12.2.1"
s.add_development_dependency "rake-compiler", "~> 1.0.3"
s.add_development_dependency "test-unit", "~> 3.2.3"
end

0 comments on commit f4bd88b

Please sign in to comment.