From 92dbb3c1ee540b76ca12b3707c7392431d5a17ea Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Mon, 21 Nov 2016 07:47:26 +0100
Subject: [PATCH] Install qt5

---
 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 2888554e..d83c13a9 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 qt57
-    brew link --force qt57
+    brew install qt5
+    brew link --force qt5
     brew install pyenv-virtualenv
     pyenv update
 elif [ $TRAVIS_OS_NAME == "linux" ]
-- 
GitLab