From beee7a3cb88a4774a1c7bb058a584b4969f31c83 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Wed, 18 Apr 2018 22:33:25 +0800 Subject: [PATCH] fix macOS --- .travis_macos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis_macos.sh b/.travis_macos.sh index 203dc482..5f4b6727 100644 --- a/.travis_macos.sh +++ b/.travis_macos.sh @@ -8,6 +8,7 @@ cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula git checkout 13d52537d1e0e5f913de4639012 qt.rb sed -i '' 's/:mysql/"mysql"/' qt.rb sed -i '' 's/:postgresql/"postgresql"/' qt.rb +cat qt.rb brew install qt QTDIR="/usr/local/opt/qt"