[CI] travis orchestra missing C

This commit is contained in:
Edouard DUPIN 2015-06-15 22:17:17 +02:00
parent 9b8351e489
commit 771aae6469

View File

@ -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