From 36e164182cc51d7961b7fc31831a917c8d6d2748 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 18 Oct 2015 10:40:25 -0400 Subject: [PATCH] travis-ci use homebrew qt 5.5.1 --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b62640198..1f16c4ad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,11 +61,9 @@ install: && sh -e /etc/init.d/xvfb start ; elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then - brew tap PX4/homebrew-px4 - && brew update - && brew install qt54 - && brew linkapps qt54 - && export PATH=/usr/local/opt/qt54/bin:$PATH + brew update + && brew install qt5 + && export PATH=/usr/local/opt/qt5/bin:$PATH ; elif [ "${TRAVIS_OS_NAME}" = "android" ]; then wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin -- 2.22.0