Remove commented out old code.
[betaflight.git] / .travis.yml
bloba4457c2c02b6fa76c759936e51692e320f1eadba
1 env:
2   - TARGET=CC3D
3   - TARGET=CC3D OPBL=yes
4   - TARGET=CHEBUZZF3
5   - TARGET=CJMCU
6   - TARGET=EUSTM32F103RC
7   - TARGET=SPRACINGF3
8   - TARGET=NAZE
9   - TARGET=NAZE32PRO
10   - TARGET=OLIMEXINO
11   - TARGET=PORT103R
12   - TARGET=SPARKY
13   - TARGET=STM32F3DISCOVERY
14   - TARGET=ALIENWIIF1
15 language: c
16 compiler: arm-none-eabi-gcc
17 before_install: sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded && sudo apt-get update
18 install: sudo apt-get install build-essential gcc-arm-none-eabi git
19 before_script: $CC --version
20 script: make -j2
22 notifications:
23   irc: "chat.freenode.net#cleanflight"
24   use_notice: true
25   skip_join: true