Skip to content

Commit

Permalink
Changed to exclude Minimum example
Browse files Browse the repository at this point in the history
  • Loading branch information
DrGFreeman committed Apr 26, 2017
1 parent 01bd5df commit f45b82f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ env:

script:
- set -eo pipefail;
platformio ci --board=$BOARD --lib=. example/DemoTimedPID.ino;
for e in examples/Demo*; do
platformio ci --board=$BOARD --lib=. $e/*;
done

0 comments on commit f45b82f

Please sign in to comment.