diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-18 19:22:59 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-18 19:22:59 +0300 |
commit | b5b4a0e963f4472a938d3bd40596a87d18d29f6e (patch) | |
tree | cb0847ed26a43be72afa60232cb202209777357d /.ci | |
parent | Replace GCC-7 with GCC-8 (diff) | |
download | nheko-b5b4a0e963f4472a938d3bd40596a87d18d29f6e.tar.xz |
ci: Use brew upgrade --ignore-dependencies
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install.sh b/.ci/install.sh index 409d44c0..35e9b561 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -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 |