Skip to content

Commit

Permalink
.travis.yml: Fix bash error handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEGrayson committed Mar 8, 2017
1 parent a4ecf04 commit 3646cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -13,6 +13,7 @@ env:
- BOARD=micro

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

0 comments on commit 3646cca

Please sign in to comment.