summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2016-01-18 13:11:27 +0000
committerMike Brady <mikebrady@eircom.net>2016-01-18 13:11:27 +0000
commit3d55ea1c891b015798c19447f0ede38486be27bc (patch)
treeb769d74f5aa0070a8bedcdd994ec988f22d6bdef /.travis.yml
parent0db81e28cb7c9a1565c87aa5fad17befe78b3a7b (diff)
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d30750f..ab3d3b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: c
sudo: required
dist: trusty
-script: autoreconf -fi && ./configure --with-alsa --with-avahi --with-ssl=openssl --with-metadata --with-systemv && make
+script: autoreconf -fi && ./configure --with-alsa --with-avahi --with-ssl=openssl --with-soxr --with-metadata --with-systemv && make
branches:
only:
- development
@@ -18,3 +18,4 @@ addons:
apt:
packages:
- libasound2-dev
+ - libsoxr-dev