From 771aae64699fc9cef638faf3af82f876795a8476 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 15 Jun 2015 22:17:17 +0200 Subject: [PATCH] [CI] travis orchestra missing C --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b98afe5..a0c7080 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_script: - git clone https://github.com/musicdsp/audio.git - git clone https://github.com/musicdsp/audio-algo-drain.git - git clone https://github.com/musicdsp/audio-drain.git - - git clone https://github.com/musicdsp/audio-orhestra.git + - git clone https://github.com/musicdsp/audio-orchestra.git - pwd - ls -l - if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi