Skip to content

Commit

Permalink
ruby-head does not work because of RedCloth, remove it from Travis co…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
korny committed Oct 7, 2012
1 parent 0081a2a commit 3effca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,9 +5,9 @@ rvm:
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode # test again later
- ruby-head # test again later
- jruby-head # test again later
- rbx-19mode
# - ruby-head # test again later: RedCloth not compiling
- jruby-head
- ree
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,7 +8,7 @@ gemspec
group :development do
gem "bundler", ">= 1.0.0"
gem "rake", "~> 0.9.2"
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.7" : ">= 4.0.3"
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
gem "term-ansicolor"
gem "shoulda-context", "~> 1.0.0" if RUBY_VERSION >= '1.8.7'
gem "json" unless RUBY_VERSION >= '1.9.1'
Expand Down

0 comments on commit 3effca8

Please sign in to comment.