diff --git a/.travis.yml b/.travis.yml index fec284f8..251c106f 100644 --- a/.travis.yml +++ b/.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 + #