Skip to content

Commit

Permalink
fix bash error handeling
Browse files Browse the repository at this point in the history
  • Loading branch information
photodude authored May 23, 2017
1 parent 64fae55 commit 9f73557
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ install:
- pip install -U platformio

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

0 comments on commit 9f73557

Please sign in to comment.