Skip to content

Commit 70b5772

Browse files
committed
travis: add after_failure for astyle
To get to failure, we need to exit with 1
1 parent 3f9d1a9 commit 70b5772

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ matrix:
156156
STATUSM="$STATUSM ($(python -c "print '%+d' % ($CURR-$PREV)") files)"
157157
fi
158158
- bash -c "$STATUS" success "$STATUSM"
159+
after_failure:
160+
- bash -c "$STATUS" coding style failures"
159161

160162
- env:
161163
- NAME=events

0 commit comments

Comments
 (0)