Fix formatting in Travis config
This commit is contained in:
parent
b92a37a044
commit
5d9becf9af
13
.travis.yml
13
.travis.yml
|
@ -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
|
||||
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue