1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 21:54:16 +01:00

add brew update for travis

This commit is contained in:
Klas Lindfors 2015-11-13 10:53:24 +01:00
parent 2f5e903922
commit 1968a1ea32

View File

@ -10,6 +10,7 @@ if [ "x$TRAVIS_OS_NAME" != "xosx" ]; then
sudo apt-get update -qq || true
sudo apt-get install -qq -y --no-install-recommends libykclient-dev libpam0g-dev libyubikey-dev asciidoc docbook-xml xsltproc libxml2-utils $EXTRA
else
brew update
brew install pkg-config
brew install libtool
brew install asciidoc