This commit is contained in:
neil 2016-11-23 13:18:29 +08:00
parent d78c1f695e
commit e55b2f4f8d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ addons:
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 export PATH=/usr/local/bin:$PATH ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link openssl --force ; fi
script:
- echo "TEST_LOCAL=$TEST_LOCAL"