summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRJ Skerry-Ryan <rryan@mixxx.org>2018-04-21 23:08:57 -0700
committerRJ Skerry-Ryan <rryan@mixxx.org>2018-04-21 23:08:57 -0700
commit18cbce86b20750ebf533e531a720dc7bf774fd3b (patch)
treed3035c0028118f00561e5b828d578e41c4db68f1 /.travis.yml
parent3c4cd06e678b5b65ab9a405561ab06226981d9d3 (diff)
Workaround for travis-ci/travis-ci#6307.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a828c0a55..81df7ccccb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,9 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0 ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
+ # Homebrew uses Python 3 now, and portmidi depends on Python 2 which triggers this bug:
+ # https://github.com/Homebrew/homebrew-core/issues/26358
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install scons portaudio libsndfile libogg libvorbis portmidi taglib libshout protobuf flac ffmpeg qt chromaprint rubberband fftw libmodplug libid3tag libmad mp4v2 faad2 wavpack opusfile; fi
install: