From afeb9c4f30d23082eb2c6a5a3cd93844e48a5bc7 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 29 Jun 2019 00:46:36 +0500 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.47.2