Skip to content
Snippets Groups Projects
Commit 7ca55089 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Try to fix travis

parent 6d9ea435
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
#!/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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment