Skip to content

Commit 94c96fe

Browse files
frozencemeterysimo5
authored andcommitted
[travis] Turn on the pkinit test
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent fa762be commit 94c96fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ if [ -f /etc/debian_version ]; then
1111
DEBIAN_FRONTEND=noninteractive apt-get -y install $COMPILER pkg-config \
1212
apache2-bin {apache2,libkrb5,libssl,gss-ntlmssp}-dev \
1313
python-{dev,requests,gssapi} lib{socket,nss}-wrapper \
14-
flex bison krb5-{kdc,admin-server} python-requests-kerberos
14+
flex bison krb5-{kdc,admin-server,pkinit} \
15+
python-requests-kerberos
1516
elif [ -f /etc/fedora-release ]; then
1617
# https://bugzilla.redhat.com/show_bug.cgi?id=1483553 means that this will
1718
# fail no matter what, but it will properly install the packages.
18-
dnf -y install $COMPILER python-gssapi krb5-{server,workstation} \
19+
dnf -y install $COMPILER python-gssapi krb5-{server,workstation,pkinit} \
1920
{httpd,krb5,openssl,gssntlmssp}-devel {socket,nss}_wrapper \
2021
python-requests{,-kerberos} autoconf automake libtool which bison \
2122
flex mod_session redhat-rpm-config \

0 commit comments

Comments
 (0)