Skip to content

Commit 3effca8

Browse files
committed
ruby-head does not work because of RedCloth, remove it from Travis config
1 parent 0081a2a commit 3effca8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ rvm:
55
- jruby-18mode
66
- jruby-19mode
77
- rbx-18mode
8-
- rbx-19mode # test again later
9-
- ruby-head # test again later
10-
- jruby-head # test again later
8+
- rbx-19mode
9+
# - ruby-head # test again later: RedCloth not compiling
10+
- jruby-head
1111
- ree
1212
branches:
1313
only:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
group :development do
99
gem "bundler", ">= 1.0.0"
1010
gem "rake", "~> 0.9.2"
11-
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.7" : ">= 4.0.3"
11+
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
1212
gem "term-ansicolor"
1313
gem "shoulda-context", "~> 1.0.0" if RUBY_VERSION >= '1.8.7'
1414
gem "json" unless RUBY_VERSION >= '1.9.1'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy