Add stm32 boards back into Travis testing now that PIO has updated

This commit is contained in:
Josh Stewart 2017-07-24 09:06:13 +10:00
parent ccb6e194b7
commit 2264989bb4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ script:
- cd /home/travis/build - cd /home/travis/build
- git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck - git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
- cd noisymime/speeduino - cd noisymime/speeduino
- platformio run -e megaatmega2560 -e teensy35 - platformio run -e megaatmega2560 -e teensy35 -e bluepill_f103c8 -e genericSTM32F103RB
- cd .. - cd ..
- speeduino/misra/check_misra.sh - speeduino/misra/check_misra.sh