Skip to content

Commit eda12bb

Browse files
committed
Add integration test with OpenLDAP to Travis matrix
1 parent a686229 commit eda12bb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ rvm:
66
- jruby-19mode
77
- rbx-19mode
88
# - rbx-2
9+
10+
env:
11+
- INTEGRATION=skip
12+
- INTEGRATION=openldap
13+
14+
install:
15+
- if [ "$INTEGRATION" = "openldap" ]; then ./script/install-openldap; fi
16+
- bundle install
17+
18+
script: bundle exec rake
19+
920
matrix:
1021
allow_failures:
1122
- rvm: jruby-19mode
12-
script: bundle exec rake
23+
fast_finish: true

0 commit comments

Comments
 (0)