Skip to content

Commit 6310aa0

Browse files
committed
Merge pull request ruby-ldap#3 from mtodd/jruby-allowed-to-fail
Allow failures from jruby 1.9
2 parents c2512b5 + ff55c82 commit 6310aa0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ rvm:
44
- 2.0.0
55
- jruby-19mode
66
- rbx-19mode
7+
matrix:
8+
allow_failures:
9+
- rvm: jruby-19mode
710
script: bundle exec rake spec

0 commit comments

Comments
 (0)