summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2018-05-27 09:24:10 -0500
committerBe <be@mixxx.org>2018-05-27 09:24:10 -0500
commit4da05a4056b6a1ff7a3bab58bb66e247ad67c357 (patch)
tree0ddf0cc660182e421bd085f3976021f7cade647d /.travis.yml
parent0ac8b0d0e23ab7bd21cbeb62e265c62e2917d037 (diff)
add lilv to Travis macOS build
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 6a0e3454c8..adbb7e9653 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,7 @@ before_install:
# 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
+ - 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 lilv; fi
install:
####