Skip to content

Commit d250bdb

Browse files
committed
Merge pull request #130 from ruby-ldap/optional-ci-builds
Move Rubinius (1.9, 2.x) to monitored but unsupported (optional, allowed failure) build
2 parents ec909d9 + 26ecea0 commit d250bdb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ rvm:
33
- 1.9.3
44
- 2.0.0
55
- 2.1.2
6+
# optional
67
- jruby-19mode
78
- rbx-19mode
8-
# - rbx-2
9+
- rbx-2
910

1011
env:
1112
- INTEGRATION=openldap
@@ -19,6 +20,8 @@ script: bundle exec rake
1920
matrix:
2021
allow_failures:
2122
- rvm: jruby-19mode
23+
- rvm: rbx-19mode
24+
- rvm: rbx-2
2225
fast_finish: true
2326

2427
notifications:

0 commit comments

Comments
 (0)