Skip to content

Commit 0392439

Browse files
committed
Merge remote-tracking branch 'origin/master' into lua-scanner
2 parents 279348d + 3effca8 commit 0392439

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ 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:
1414
- master
15-
- stable
1615
script: "rake test" # test:scanners"

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)