shithub: aubio

Download patch

ref: 6409cba08a9559c02afa5da4c89825f11e816b16
parent: dc8864d2707f5437afb764ac77d449b4c424260e
author: Paul Brossier <piem@piem.org>
date: Sun Sep 17 19:14:54 EDT 2017

.travis.yml: also install lcov on osx

--- a/.travis.yml
+++ b/.travis.yml
@@ -90,6 +90,7 @@
        brew install sox
        brew install ffmpeg
        brew install libsndfile
+       brew install lcov
        export PATH="$HOME/Library/Python/2.7/bin/:$PATH"
      fi;