Skip to content

Commit 2bce2ac

Browse files
committed
Allow failures with jruby 18 and 19 mode, RedCloth has a known problem, see https://jgarber.lighthouseapp.com/projects/13054/tickets/230-use-rbconfig-instead-of-obsolete-and-deprecated-config
* .travis.yml:
1 parent 54c94b7 commit 2bce2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ rvm:
1010
- 2.2
1111
- 2.3.0
1212
- ruby-head
13-
- jruby-18mode
14-
- jruby-19mode
1513
- jruby-head
1614
- rbx-18mode
1715
- rbx-19mode
@@ -24,5 +22,7 @@ matrix:
2422
- rvm: jruby-head
2523
- rvm: rbx-18mode
2624
- rvm: rbx-19mode
25+
- rvm: jruby-18mode
26+
- rvm: jruby-19mode
2727
script: "rake test" # test:scanners"
2828
sudo: false

0 commit comments

Comments
 (0)