Skip to content

Commit 834528a

Browse files
Travis should fail if test.elf fails
1 parent 14ccb6f commit 834528a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ script:
112112
- if [ "$MAKETARGET" == "test" ]; then
113113
./test.elf;
114114
fi;
115-
../utils/archive_build_size.py "$MAKETARGET" || /bin/true;
115+
- ../utils/archive_build_size.py "$MAKETARGET" || /bin/true;
116116

117117
after_success:
118118
- if [ "$TRAVIS_EVENT_TYPE" == "api" ]; then

0 commit comments

Comments
 (0)