Skip to content

Commit e5935bd

Browse files
author
owen-jones-diffblue
authored
Merge pull request diffblue#315 from diffblue/owen-jones-diffblue/stop-clang-format-timing-out
Replace exit with travis_terminate
2 parents 6f3df1d + 936b61e commit e5935bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
echo 'Formatting error! The following diff shows the required changes'
2929
echo 'Use the raw log to get a version of the diff that preserves spacing'
3030
cat formatted.diff
31-
exit 1
31+
travis_terminate 1
3232
fi
3333
echo 'No formatting errors found'
34-
exit 0
34+
travis_terminate 0
3535
before_cache:
3636

3737
# LOCAL CHANGES: added cbmc/ prefix to both these scripts

0 commit comments

Comments
 (0)