1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-17 16:07:48 +02:00

chore: Lock Qt version on macOS

This commit is contained in:
Sirius Bakke 2019-12-02 19:46:56 +01:00
parent 1c807a3a9b
commit 6b986a1b81

View File

@ -27,7 +27,7 @@ matrix:
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install qt net-snmp ;
brew install https://homebrew.bintray.com/bottles/qt-5.13.2.high_sierra.bottle.tar.gz net-snmp ;
brew upgrade openssl cmake ;
fi