Browse Source

fix ci

pull/416/head
neilpang 8 years ago
parent
commit
10a6aec998
  1. 3
      .travis.yml

3
.travis.yml

@ -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

Loading…
Cancel
Save