zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 428b130b1d7030b79eb9d25865f58dc13a3f3370
parent f977cff275eb85b8e905dbf73629aacac1b7c7eb
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Fri, 17 Apr 2015 11:40:24 -0400

More Travis Fixes

Diffstat:
M.travis.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -12,8 +12,10 @@ before_install: - git clone https://github.com/radarsat1/liblo - cd liblo - git checkout 0.28 + - sudo apt-get install autoconf automake - ./autogen.sh - ./configure && make && sudo make install + - cd .. script: