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

+3-3
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

+1-1
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)