Skip to content
Snippets Groups Projects
Commit 29facda3 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Workaround for broken Travis

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