There was an error while loading. Please reload this page.
1 parent 798cfb2 commit 01ea561Copy full SHA for 01ea561
1 file changed
.travis.yml
@@ -28,6 +28,10 @@ matrix:
28
compiler: clang
29
# Testing under macOS is optional until testing stability has been demonstrated.
30
env: OPTIONAL=true
31
+ before_install:
32
+ - brew install openssl xz
33
+ - export CPPFLAGS="-I$(brew --prefix openssl)/include"
34
+ - export LDFLAGS="-L$(brew --prefix openssl)/lib"
35
- os: linux
36
language: python
37
python: 3.6
0 commit comments