From f8d96f1b233876843d1f647d771cd0e4a6d23bc2 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 18 Mar 2017 00:32:18 +0100 Subject: [PATCH] .travis.yml: disable libsamplerate on ios --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89db5276..77c95b05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,12 +56,12 @@ matrix: os: osx osx_image: xcode8.2 compiler: clang - env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-rubberband" AUBIO_NOTESTS=1 + env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1 - language: C os: osx osx_image: xcode8.2 compiler: clang - env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-rubberband" AUBIO_NOTESTS=1 + env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1 # use trusty dist: trusty -- 2.11.0