Force a platformio update in Travis
This commit is contained in:
parent
2264989bb4
commit
8ca39ce3a6
|
@ -59,6 +59,7 @@ script:
|
|||
- cd /home/travis/build
|
||||
- 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
|
||||
- cd ..
|
||||
- speeduino/misra/check_misra.sh
|
||||
|
|
Loading…
Reference in New Issue