From 150b08f210fb0134d5efbde7507ad64fb0b03887 Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Sat, 11 Feb 2017 12:23:43 +0100
Subject: [PATCH] Qt5 and show path

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

diff --git a/ci/travis/before_install.sh b/ci/travis/before_install.sh
index 0feee82b..20727a6a 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 list qt57
+    brew install qt5
+    brew list qt5
     brew install pyenv-virtualenv
     pyenv update
     pip install PyQt5
diff --git a/ci/travis/build.sh b/ci/travis/build.sh
index 5b374636..784ab4bd 100755
--- a/ci/travis/build.sh
+++ b/ci/travis/build.sh
@@ -24,6 +24,7 @@ then
     export PATH=/Users/travis/.pyenv/versions/$PYENV_PYTHON_VERSION/Python.framework/Versions/3.5/bin:$PATH
 fi
 
+echo $PATH
 python gen_resources.py
 python gen_translations.py --lrelease
 
-- 
GitLab