1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-17 19:33:00 +00:00
This commit is contained in:
neil
2016-11-23 13:18:29 +08:00
parent d78c1f695e
commit e55b2f4f8d
+1 -1
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"