Skip to content

Commit

Permalink
Fix build on platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Apr 20, 2019
1 parent 143b799 commit 69ef5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/travis/platformio.sh
Expand Up @@ -4,6 +4,8 @@ pip install --user platformio

rm -r test

platformio lib install "SD"

for EXAMPLE in $PWD/examples/*/*.ino;
do
platformio ci $EXAMPLE -l '.' -b $BOARD
Expand Down

0 comments on commit 69ef5f6

Please sign in to comment.