Remove stm32 from Travis checking until PlatformIO updates it's framework

This commit is contained in:
Josh Stewart 2017-06-26 17:34:34 +10:00
parent 652624b288
commit b4a7c8e39e
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 -e genericSTM32F103RB - platformio run -e megaatmega2560 -e teensy35
- cd .. - cd ..
notifications: notifications: