summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorStéphane Lepin <stephane.lepin@gmail.com>2017-08-01 09:49:40 +0200
committerStéphane Lepin <stephane.lepin@gmail.com>2017-08-01 09:49:40 +0200
commit10c4831ed40ed2b22f078db38736b8bc463de7e3 (patch)
tree2f9ac13752a5c3f6ad2006323115e619b3cf5f00 /.travis.yml
parent96cd4e282f9a10d59f7747720dc605d5df5dfbae (diff)
Add QtKeychain to Travis OS X builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 24f6870a3d..2574509488 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,8 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install scons portaudio libsndfile libogg libvorbis portmidi taglib libshout protobuf flac ffmpeg libjpeg qt chromaprint rubberband fftw libmodplug libid3tag libmad mp4v2 faad2 wavpack opusfile; fi
+ # Install QtKeychain
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install https://raw.githubusercontent.com/owncloud/homebrew-owncloud/a37691690e66de90e83842251d3a953024bd1244/qtkeychain.rb ; fi
install:
####