Commit 29facda3 authored by Lorenz Meier's avatar Lorenz Meier

Workaround for broken Travis

parent 97a07325
...@@ -81,6 +81,7 @@ install: ...@@ -81,6 +81,7 @@ install:
&& sh -e /etc/init.d/xvfb start && sh -e /etc/init.d/xvfb start
; ;
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
brew update;
brew update brew update
&& brew install qt5 && brew install qt5
&& export PATH=/usr/local/opt/qt5/bin:$PATH && export PATH=/usr/local/opt/qt5/bin:$PATH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment