From 3880830a03955a9572d52bf8f1659a1573673e24 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 20 Dec 2018 20:49:09 +0100 Subject: [PATCH] [ci] improve coverage of sndfile/samplerate support --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35e15d83..d5cc75b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,11 @@ matrix: - 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 -- 2.11.0