From 5f9729dfd7c720cd23f1dae11ee0983e9134aeba Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 10 Dec 2016 23:52:13 +0100 Subject: [PATCH] .travis.yml: shuffle order, remove duplicate, add missing opening quote --- .travis.yml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index c507fb2d..8abea07e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,38 +2,34 @@ language: python matrix: include: - - python: 2.7 + - python: 3.5 os: linux compiler: gcc - python: 3.4 os: linux compiler: gcc - - python: 3.4 - os: linux - compiler: gcc - env: WAFOPTS=--enable-fftw3f - python: 2.7 os: linux compiler: gcc - env: HAVE_AUBIO_DOUBLE=1 WAFOPTS=--enable-fftw3 - - python: 2.7 + env: WAFOPTS=--enable-fftw3 + - language: C + os: osx + compiler: clang + - python: 3.5 os: linux compiler: gcc env: HAVE_AUBIO_DOUBLE=1 - - python: 3.4 + - python: 2.7 os: linux compiler: gcc - env: HAVE_AUBIO_DOUBLE=1 - - python: 3.4 + env: HAVE_AUBIO_DOUBLE=1 WAFOPTS=--enable-fftw3 + - python: 2.7 os: linux compiler: gcc env: HAVE_AUBIO_DOUBLE=1 - language: C os: osx compiler: clang - - language: C - os: osx - compiler: clang env: WAFOPTS=--disable-avcodec - language: C os: osx @@ -42,7 +38,7 @@ matrix: - language: C os: osx compiler: clang - env: WAFOPTS=--enable-fat --disable-avcodec" HAVE_DOUBLE=1 + env: WAFOPTS="--enable-fat --disable-avcodec" HAVE_AUBIO_DOUBLE=1 addons: apt: -- 2.11.0