Skip to content

Loosen net-ldap requirement this allows for ldap 0.17.0 #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix libodbc1 dependency
Add source to make slapd dependency available.
  • Loading branch information
mtodd authored Jun 1, 2021
commit 16b8a38e43288e9fb9ddbf642428ac855220a0af
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ addons:
- ad1.ghe.dev
- ad2.ghe.dev

before_install:
- echo "deb http://ftp.br.debian.org/debian stable main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update

install:
- if [ "$TESTENV" = "openldap" ]; then ./script/install-openldap; fi
- bundle install
Expand Down