From 7ca55089dd896cc3a6ca590bc118e5eab9ee514c Mon Sep 17 00:00:00 2001 From: Holger Nahrstaedt <holger@nahrstaedt.de> Date: Wed, 11 Apr 2018 14:08:51 +0200 Subject: [PATCH] Try to fix travis --- .travis.yml | 2 +- util/travis_osx_install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ded0e9b6..ab218429 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ matrix: env: - TOXENV=short - os: osx - osx_image: xcode9.2 + osx_image: xcode9.3 language: objective-c env: - TRAVIS_PYTHON_VERSION=3.6 diff --git a/util/travis_osx_install.sh b/util/travis_osx_install.sh index 525175d9..3a3c04b1 100644 --- a/util/travis_osx_install.sh +++ b/util/travis_osx_install.sh @@ -1,8 +1,8 @@ #!/bin/bash brew update brew install ccache -# brew outdated openssl || brew upgrade openssl -# brew install openssl@1.1 +brew outdated openssl || brew upgrade openssl +brew install openssl@1.1 export CFLAGS="-I$(brew --prefix openssl)/include $CFLAGS" export LDFLAGS="-L$(brew --prefix openssl)/lib $LDFLAGS" -- GitLab