From 264b689912856bbce90419d30c09eabbbed4a74a Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Thu, 27 Dec 2018 22:29:38 +0200 Subject: [PATCH] Fix TravisCI build on macOS again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c6b9ef12..5b107a89e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,7 +105,7 @@ install: # dependencies brew update > /dev/null brew outdated "pkg-config" || brew upgrade "pkg-config" - brew install colormake ccache zlib qt libtorrent-rasterbar + brew install colormake ccache zlib qt openssl libtorrent-rasterbar PATH="/usr/local/opt/ccache/libexec:$PATH" brew link --force zlib qt