This commit is contained in:
neilpang 2016-11-23 19:48:14 +08:00
parent 7cbe31baad
commit 10a6aec998
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update && brew install openssl && brew link openssl --force;
_old_path="$PATH";
export PATH=;
export PATH="";
openssl version 2>&1 || true
export PATH="$_old_path";
fi