Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
ci: Use brew upgrade --ignore-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mujx committed Sep 18, 2018
1 parent 40b38fe commit b5b4a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
if [ $TRAVIS_OS_NAME == osx ]; then
brew update
brew install qt5 lmdb clang-format ninja libsodium cmark
brew upgrade boost
brew upgrade --ignore-dependencies boost cmake

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python get-pip.py
Expand Down

0 comments on commit b5b4a0e

Please sign in to comment.