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)"
|
STATUSM="$STATUSM ($(python -c "print '%+d' % ($CURR-$PREV)") files)"
|
||||||
fi
|
fi
|
||||||
- bash -c "$STATUS" success "$STATUSM"
|
- bash -c "$STATUS" success "$STATUSM"
|
||||||
|
after_failure:
|
||||||
|
- bash -c "$STATUS" coding style failures"
|
||||||
|
|
||||||
- env:
|
- env:
|
||||||
- NAME=events
|
- NAME=events
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue