diff --git a/.travis.yml b/.travis.yml index d7d9db6..8bbfe28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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