From dcefa15ad5c0e2979cbab82de2c61246527b0c32 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Sat, 5 Aug 2017 10:08:33 +1000 Subject: [PATCH] Force x permission on misra script --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dd27e4c2..e818dfea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,7 @@ script: - platformio update - platformio run -e megaatmega2560 -e teensy35 -e bluepill_f103c8 -e genericSTM32F103RB - cd .. + - chmod +x speeduino/misra/check_misra.sh - speeduino/misra/check_misra.sh notifications: