Skip to content

Commit

Permalink
Include krb-dev pieces in travis setup
Browse files Browse the repository at this point in the history
This ensures we pull the latest versions out of the sssd repo, rather than
what is installed by default on travis.
  • Loading branch information
frozencemetery committed Jan 6, 2015
1 parent 8799af4 commit 82831c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- "sudo hostname test.box"
- "sudo apt-add-repository -y ppa:sssd/updates "
- "sudo apt-get update -q"
- "DEBIAN_FRONTEND=noninteractive sudo apt-get install -qq krb5-user krb5-kdc krb5-admin-server"
- "DEBIAN_FRONTEND=noninteractive sudo apt-get install -qq krb5-user krb5-kdc krb5-admin-server libkrb5-dev krb5-multidev"
- "pip install --install-option='--no-cython-compile' cython"
- "pip install -r test-requirements.txt"

Expand Down

0 comments on commit 82831c5

Please sign in to comment.