This commit is contained in:
neilpang 2016-11-22 23:10:41 +08:00
parent cfbb3e86b3
commit d78c1f695e
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +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
script:
- echo "TEST_LOCAL=$TEST_LOCAL"