From 85bbb9e6189e158647b1cb15c5c1dea32882240e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 15 Jun 2017 16:52:18 +0200 Subject: [PATCH] .travis.yml: Detect if 'make update' updated something If it did, it really is something that should be checked in, and should therefore make a CI build fail. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3686) (cherry picked from commit 46e5b661d435b11652b90cd9e06cbf6606d3b61a) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47784809e6..76ead01e28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -187,7 +187,8 @@ script: else top=.; fi - - $make update + - $make update; + git diff --quiet - $make - if [ -z "$BUILDONLY" ]; then if [ -n "$CROSS_COMPILE" ]; then -- 2.25.1