Browse Source

Workaround for broken Travis

QGC4.4
Lorenz Meier 10 years ago
parent
commit
29facda306
  1. 1
      .travis.yml

1
.travis.yml

@ -81,6 +81,7 @@ install: @@ -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

Loading…
Cancel
Save