Skip to content

Commit

Permalink
for syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 22, 2015
1 parent c35bb07 commit a8ba6af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/travis/platformio.sh
Expand Up @@ -4,6 +4,7 @@ pip install --user platformio

rm -r test

for EXAMPLE in {"JsonParserExample","JsonGeneratorExample"}; do
for EXAMPLE in JsonParserExample JsonGeneratorExample
do
platformio ci examples/$EXAMPLE/$EXAMPLE.ino -l '.' -b $BOARD
done

0 comments on commit a8ba6af

Please sign in to comment.