Skip to content

Commit 3283980

Browse files
Enable building against MIT Kerberos 1.10
1 parent baf926c commit 3283980

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ python:
55
- "3.4"
66

77
env:
8-
- KRB5_PPAS="sssd/updates"
9-
- KRB5_PPAS="rharwood/krb5-1.13 sssd/updates"
8+
- KRB5_PPAS="" # 1.10
9+
- KRB5_PPAS="sssd/updates" # 1.12
10+
- KRB5_PPAS="rharwood/krb5-1.13 sssd/updates" # 1.13
1011

1112
install:
1213
- "sudo sed -i '1i 127.0.0.1 test.box' /etc/hosts"

0 commit comments

Comments
 (0)