shithub: aubio

Download patch

ref: 5f9729dfd7c720cd23f1dae11ee0983e9134aeba
parent: ca8ad9df06a6b8c1485d517033d80da42e491d73
author: Paul Brossier <piem@piem.org>
date: Sat Dec 10 18:52:13 EST 2016

.travis.yml: shuffle order, remove duplicate, add missing opening quote

--- a/.travis.yml
+++ b/.travis.yml
@@ -2,29 +2,28 @@
 
 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
@@ -31,9 +30,6 @@
     - language: C
       os: osx
       compiler: clang
-    - language: C
-      os: osx
-      compiler: clang
       env: WAFOPTS=--disable-avcodec
     - language: C
       os: osx
@@ -42,7 +38,7 @@
     - 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: