Skip to content

Commit e98711a

Browse files
[travis] Install krb5-greet-client where available
This causes greet_clien tests to pass on Travis. Closes #57.
1 parent 346a51d commit e98711a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ fi
1313

1414
sudo apt-get update -q
1515
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y krb5-user krb5-kdc krb5-admin-server libkrb5-dev krb5-multidev
16+
DEBIAN_FRONTEND=noninteractive sudo apt-get -y install krb5-greet-client || true
1617
pip install --install-option='--no-cython-compile' cython
1718
pip install -r test-requirements.txt

0 commit comments

Comments
 (0)