Skip to content

Unbreak Travis #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pip install --install-option='--no-cython-compile' cython
pip install -r test-requirements.txt

sudo sed -i '1i 127.0.0.1 test.box' /etc/hosts
sudo sh -c 'echo -e "127.0.0.1 test.box" > /etc/hosts'
sudo hostname test.box

if [ x"$KRB5_VER" = "xheimdal" ]; then
Expand All @@ -19,5 +19,6 @@ elif [ x"$KRB5_VER" != "x1.10" ]; then
fi

sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y krb5-user krb5-kdc krb5-admin-server libkrb5-dev krb5-multidev
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y krb5-user krb5-kdc
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y krb5-admin-server libkrb5-dev krb5-multidev
DEBIAN_FRONTEND=noninteractive sudo apt-get -y install krb5-greet-client || true