6 - TARGET=COLIBRI_RACE
\r
9 - TARGET=EUSTM32F103RC
\r
18 - TARGET=STM32F3DISCOVERY
\r
22 # use new docker environment
\r
37 # We use cpp for unit tests, and c for the main project.
\r
42 - curl --retry 10 --retry-max-time 120 -L "https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-linux.tar.bz2" | tar xfj -
\r
45 - export PATH=$PATH:$PWD/gcc-arm-none-eabi-4_9-2015q2/bin
\r
47 before_script: arm-none-eabi-gcc --version
\r
48 script: ./.travis.sh
\r
53 irc: "chat.freenode.net#cleanflight"
\r