We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 279348d + 3effca8 commit 0392439Copy full SHA for 0392439
.travis.yml
@@ -5,12 +5,11 @@ 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:
14
- master
15
- - stable
16
script: "rake test" # test:scanners"
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'
gem "json" unless RUBY_VERSION >= '1.9.1'
0 commit comments