From fc3b6bbfb6610467bb61bf14eba541cea204a9cd Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Sat, 11 Feb 2017 11:56:35 +0100
Subject: [PATCH] Install qt57

---
 ci/travis/before_install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/travis/before_install.sh b/ci/travis/before_install.sh
index 20727a6a..0feee82b 100755
--- a/ci/travis/before_install.sh
+++ b/ci/travis/before_install.sh
@@ -15,8 +15,8 @@ then
     brew update
     brew install libsodium
     ## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8)
-    brew install qt5
-    brew list qt5
+    brew install qt57
+    brew list qt57
     brew install pyenv-virtualenv
     pyenv update
     pip install PyQt5
-- 
GitLab