This commit is contained in:
neil 2016-11-23 13:59:15 +08:00
parent 8dee328eae
commit fa6e174651
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ addons:
packages:
- shellcheck
before_install:
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update && brew install openssl && brew link openssl --force;
fi