Fix formatting in Travis config

This commit is contained in:
Josh Stewart 2017-06-29 14:40:50 +10:00
parent b92a37a044
commit 5d9becf9af
1 changed files with 7 additions and 6 deletions

View File

@ -56,16 +56,17 @@ install:
- pip install -U platformio
script:
- cd /home/travis/build
- git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
- cd noisymime/speeduino
- platformio run -e megaatmega2560 -e teensy35
- cd ..
- cd /home/travis/build
- git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
- cd noisymime/speeduino
- platformio run -e megaatmega2560 -e teensy35
- cd ..
- speeduino/misra/check_misra.sh
notifications:
slack: speeduino:Y8Bhhviu4r7HFF3abMYDnH3p
- speeduino/misra/check_misra.sh
#