From 49ac58e07a32369db2951a15c019f03525e1925b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 20 Dec 2018 20:08:16 +0100 Subject: [PATCH] [ci] set one of the travis config to use sndfile only --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb7f4a64..b2cdf961 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ matrix: - python: 3.4 os: linux compiler: gcc - env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3" + env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec" - python: 2.7 os: linux compiler: gcc -- 2.11.0