From: Paul Brossier Date: Thu, 20 Dec 2018 19:08:16 +0000 (+0100) Subject: [ci] set one of the travis config to use sndfile only X-Git-Tag: 0.4.9~53 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=49ac58e07a32369db2951a15c019f03525e1925b;p=aubio.git [ci] set one of the travis config to use sndfile only --- 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