From 0862b612e9cd5cefda0258e076dbfd88816238e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 15 Jun 2016 19:50:41 +0200 Subject: [PATCH] Update .travis.yml to fix build errors on MacOS X --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 28910d92..928b1265 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,7 @@ os: - linux - osx osx_image: xcode7.1 +before_install: + - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi script: - ./build.sh --quiet verify \ No newline at end of file