We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0081a2a commit 3effca8Copy full SHA for 3effca8
.travis.yml
@@ -5,9 +5,9 @@ rvm:
5
- jruby-18mode
6
- jruby-19mode
7
- rbx-18mode
8
- - rbx-19mode # test again later
9
- - ruby-head # test again later
10
- - jruby-head # test again later
+ - rbx-19mode
+ # - ruby-head # test again later: RedCloth not compiling
+ - jruby-head
11
- ree
12
branches:
13
only:
Gemfile
@@ -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'
14
gem "json" unless RUBY_VERSION >= '1.9.1'
0 commit comments