This commit is contained in:
neil 2016-11-23 13:35:30 +08:00
parent e55b2f4f8d
commit 11e0ccdc91
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install openssl ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link openssl --force ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export openssl="/usr/local/bin/openssl" ; fi
script:
- echo "TEST_LOCAL=$TEST_LOCAL"