diff --git a/.travis.yml b/.travis.yml index e818dfea..957097c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,8 @@ script: - git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck - cd noisymime/speeduino - platformio update - - platformio run -e megaatmega2560 -e teensy35 -e bluepill_f103c8 -e genericSTM32F103RB +# - platformio run -e megaatmega2560 -e teensy35 -e bluepill_f103c8 -e genericSTM32F103RB + - platformio run -e megaatmega2560 -e teensy35 -e genericSTM32F103RB - cd .. - chmod +x speeduino/misra/check_misra.sh - speeduino/misra/check_misra.sh