shithub: aubio

Download patch

ref: 357d9e8ad19d82da374cb016736ee7035770b40b
parent: 1e20c3f49d0624025c81e8b255edc8e7aa69ff00
author: Paul Brossier <piem@piem.org>
date: Fri Apr 29 23:31:02 EDT 2016

.travis.yml: test --enable-double

--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,10 @@
     - python: 2.7
       os: linux
       compiler: gcc
+      env: ARCH=x86_64 HAVE_DOUBLE=--enable-double
+    - python: 2.7
+      os: linux
+      compiler: gcc
       env: ARCH=i386
     - python: 3.4
       os: linux