.travis.yml: Detect if 'make update' updated something
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Jun 2017 14:52:18 +0000 (16:52 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Jun 2017 14:52:18 +0000 (16:52 +0200)
commit46e5b661d435b11652b90cd9e06cbf6606d3b61a
treed77f0614cfe23a23bdc556a858acd7af98880410
parent5aba2b6e88d1d7fc921d2161af27a0835f966ea9
.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 <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3686)
.travis.yml