We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf926c commit 3283980Copy full SHA for 3283980
.travis.yml
@@ -5,8 +5,9 @@ python:
5
- "3.4"
6
7
env:
8
- - KRB5_PPAS="sssd/updates"
9
- - KRB5_PPAS="rharwood/krb5-1.13 sssd/updates"
+ - KRB5_PPAS="" # 1.10
+ - KRB5_PPAS="sssd/updates" # 1.12
10
+ - KRB5_PPAS="rharwood/krb5-1.13 sssd/updates" # 1.13
11
12
install:
13
- "sudo sed -i '1i 127.0.0.1 test.box' /etc/hosts"
0 commit comments