mirror of https://github.com/ARMmbed/mbed-os.git
travis: add after_failure for astyle
To get to failure, we need to exit with 1pull/8711/head
parent
3f9d1a9271
commit
70b5772dc4
|
|
@ -156,6 +156,8 @@ matrix:
|
|||
STATUSM="$STATUSM ($(python -c "print '%+d' % ($CURR-$PREV)") files)"
|
||||
fi
|
||||
- bash -c "$STATUS" success "$STATUSM"
|
||||
after_failure:
|
||||
- bash -c "$STATUS" coding style failures"
|
||||
|
||||
- env:
|
||||
- NAME=events
|
||||
|
|
|
|||
Loading…
Reference in New Issue