From: Ilya Shipitsin Date: Fri, 28 Jun 2019 19:46:36 +0000 (+0500) Subject: travis-ci: fix osx builds X-Git-Tag: v2.5_beta1~304 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afeb9c4f30d23082eb2c6a5a3cd93844e48a5bc7;p=thirdparty%2Fopenvpn.git travis-ci: fix osx builds cached homebrew required update, so lzo was not installed. enforce updating homebrew Signed-off-by: Ilya Shipitsin Acked-by: Gert Doering Message-Id: <20190628194637.5038-2-chipitsine@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18620.html Signed-off-by: Gert Doering --- diff --git a/.travis.yml b/.travis.yml index a8ec3a189..7a074d340 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,6 +78,7 @@ addons: update: true packages: [ liblzo2-dev, libpam0g-dev, liblz4-dev, linux-libc-dev, man2html, mingw-w64] homebrew: + update: true packages: [ lzo ] cache: