Commit 85bbb9e6 authored by Richard Levitte's avatar Richard Levitte
Browse files

.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: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3686)

(cherry picked from commit 46e5b661)
parent 4b797282
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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