From d3edb4dd93b9dc81c7e7867b5142834cd438e437 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 2 Aug 2017 20:21:00 +0200 Subject: Added missing portaudio dependency to MacOS build Looks like the portaudio automagical download and build only works on Linux :( --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 55ae028..131f6f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ rust: - stable - beta - nightly + +cache: cargo matrix: allow_failures: @@ -18,6 +20,7 @@ addons: before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gtk+3; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install portaudio; fi os: - linux -- cgit v1.2.3