Fix pip/SSL issue on travis

remotes/origin/HEAD
Konstantinos Sideris 7 years ago
parent ca80fb24ab
commit cdba854954
  1. 6
      .ci/install.sh

@ -6,7 +6,11 @@ if [ $TRAVIS_OS_NAME == osx ]; then
brew update
brew install qt5 lmdb clang-format ninja
pip install dmgbuild
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python get-pip.py
sudo pip install --upgrade pip
sudo pip install dmgbuild
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5
fi

Loading…
Cancel
Save