Commit f32ab1e414c8b6108c4a3519885883e946125560

Authored by David Graeff
Committed by David Gräff
1 parent a7641a2a

Travis: Use cmake of the updated travis ubuntu distribution. Use newer Qt from a ppa III

Showing 1 changed file with 1 additions and 1 deletions
.travis.yml
... ... @@ -44,7 +44,7 @@ matrix:
44 44  
45 45 before_install:
46 46 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install libusb fftw qt5; export CMAKE_PREFIX_PATH=$(brew --prefix qt5); fi
47   - - if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then sudo add-apt-repository ppa:beineri/opt-qt542-trusty;sudo apt-get -qq update; sudo apt-get --yes install -qq qt54base; fi
  47 + - if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then sudo add-apt-repository -y ppa:beineri/opt-qt542-trusty;sudo apt-get -qq update; sudo apt-get --yes install -qq qt54base; fi
48 48  
49 49 before_script:
50 50 - QTDIR="/opt/qt55"
... ...