Another travis-ci experiment

This commit is contained in:
Ian Craggs 2017-02-01 23:06:11 +00:00
parent 2c3371569a
commit 0c3b2cd9f2
1 changed files with 2 additions and 1 deletions

View File

@ -14,4 +14,5 @@ script:
- make
before_install:
- ./travis-install.sh
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"; fi'