ref: 3880830a03955a9572d52bf8f1659a1573673e24
parent: f4c96f5c375f242e1b4af50d60604523db928f8b
author: Paul Brossier <piem@piem.org>
date: Thu Dec 20 15:49:09 EST 2018
[ci] improve coverage of sndfile/samplerate support
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,11 +14,11 @@
- python: "pypy"
os: linux
compiler: gcc
- env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-avcodec"
+ env: CFLAGS="-Os" WAFOPTS="--disable-avcodec"
- python: 3.5
os: linux
compiler: gcc
- env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-sndfile"
+ env: CFLAGS="-Os" WAFOPTS="--disable-samplerate"
- python: 3.4
os: linux
compiler: gcc