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 9e06103 commit 8799af4Copy full SHA for 8799af4
.travis.yml
@@ -5,6 +5,8 @@ python:
5
- "3.4"
6
7
install:
8
+ - "sudo sed -i '1i 127.0.0.1 test.box' /etc/hosts"
9
+ - "sudo hostname test.box"
10
- "sudo apt-add-repository -y ppa:sssd/updates "
11
- "sudo apt-get update -q"
12
- "DEBIAN_FRONTEND=noninteractive sudo apt-get install -qq krb5-user krb5-kdc krb5-admin-server"
0 commit comments