From 4b9ef6a31d3f31e42bc571b6416fd741457b8739 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Wed, 21 Jun 2017 15:30:06 +1000 Subject: [PATCH] Add Travis scan for the stm32 environments --- .travis.yml | 4 ++-- platformio.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a71e771..a4f94ee1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,12 +59,12 @@ script: - cd /home/travis/build - git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck - cd noisymime/speeduino - - platformio run + - platformio run -e megaatmega2560 -e teensy35 -e genericSTM32F103RB - cd .. notifications: slack: speeduino:Y8Bhhviu4r7HFF3abMYDnH3p - + # - speeduino/misra/check_misra.sh diff --git a/platformio.ini b/platformio.ini index fbd587ee..fc735a99 100644 --- a/platformio.ini +++ b/platformio.ini @@ -48,7 +48,7 @@ build_flags = -fpermissive -std=gnu++11 [platformio] src_dir=speeduino -env_default = megaatmega2560, teensy35 +env_default = megaatmega2560 ;The following lines are for testing / experimentation only. Comment the line above to try them out ;env_default = teensy35 ;env_default = LaunchPad_tm4c1294ncpdt