summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-08-02 20:21:00 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-08-02 20:21:00 +0200
commitd3edb4dd93b9dc81c7e7867b5142834cd438e437 (patch)
treeb4ab8615d221fa27d306816bf6d5b63abbb240d0 /.travis.yml
parentb783c1d9aba74cc90601251a1e9b42aca027d01e (diff)
Added missing portaudio dependency to MacOS build
Looks like the portaudio automagical download and build only works on Linux :(
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 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