Update .travis.yml

This commit is contained in:
BrennanConroy 2016-08-02 13:07:33 -07:00 committed by GitHub
parent 935d15a15e
commit 8b25152a67
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ branches:
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl python; brew link --force openssl; fi
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl python; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
script:
- ./build.sh --quiet verify