Skip to content

Commit 82831c5

Browse files
Include krb-dev pieces in travis setup
This ensures we pull the latest versions out of the sssd repo, rather than what is installed by default on travis.
1 parent 8799af4 commit 82831c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- "sudo hostname test.box"
1010
- "sudo apt-add-repository -y ppa:sssd/updates "
1111
- "sudo apt-get update -q"
12-
- "DEBIAN_FRONTEND=noninteractive sudo apt-get install -qq krb5-user krb5-kdc krb5-admin-server"
12+
- "DEBIAN_FRONTEND=noninteractive sudo apt-get install -qq krb5-user krb5-kdc krb5-admin-server libkrb5-dev krb5-multidev"
1313
- "pip install --install-option='--no-cython-compile' cython"
1414
- "pip install -r test-requirements.txt"
1515

0 commit comments

Comments
 (0)