Skip to content

Commit

Permalink
Explicit require rake < 10 on Travis
Browse files Browse the repository at this point in the history
1.9.2 is currently failing due to the new rake, even with the
Rakefile addition to ignore errors when requiring rake/rdoctask.
  • Loading branch information
jeremyevans committed Dec 13, 2012
1 parent 7633e3f commit 0fbb77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'http://rubygems.org'

gem 'rake'
gem 'rake', '<10.0.0'
gem 'rspec', '<2.10.0'

# Plugin/Extension Dependencies
Expand Down

0 comments on commit 0fbb77a

Please sign in to comment.