From: Paul Brossier Date: Sat, 10 Dec 2016 22:52:13 +0000 (+0100) Subject: .travis.yml: shuffle order, remove duplicate, add missing opening quote X-Git-Tag: 0.4.4~94 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=5f9729dfd7c720cd23f1dae11ee0983e9134aeba .travis.yml: shuffle order, remove duplicate, add missing opening quote --- 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: