summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-12-31 12:07:47 -0800
committerRJ Ryan <rryan@mixxx.org>2016-12-31 12:07:47 -0800
commit5d5d4313e29e26c17cf56f112977282f2e310f56 (patch)
tree2bfe6093148e55d17595457ff4a8d1c234fd5b86 /.travis.yml
parent244149eb2f40b5bf09dbc0cc3fc7c1f7eba85af3 (diff)
Fix Travis macOS QTDIR for qt5.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eba5aaf870..cc8f0d81d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,7 +64,7 @@ install:
# OS X Build
# Define QTDIR.
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export QTDIR=$(find /usr/local/Cellar/qt -d 1 | tail -n 1) ; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export QTDIR=$(find /usr/local/Cellar/qt5 -d 1 | tail -n 1) ; fi
# Workaround for bug in libopus's opus.h including <opus_multistream.h>
# instead of <opus/opus_multistream.h>.