Commit 167e0fc2 authored by Zachary Ware's avatar Zachary Ware Committed by GitHub

Install dependencies in Travis OSX build (GH-1952)

parent c53b13b2
......@@ -28,6 +28,10 @@ matrix:
compiler: clang
# Testing under macOS is optional until testing stability has been demonstrated.
env: OPTIONAL=true
before_install:
- brew install openssl xz
- export CPPFLAGS="-I$(brew --prefix openssl)/include"
- export LDFLAGS="-L$(brew --prefix openssl)/lib"
- os: linux
language: python
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment