From: Richard Levitte Date: Tue, 19 Jul 2016 09:58:26 +0000 (+0200) Subject: Have the Travis builds do a "make update" X-Git-Tag: OpenSSL_1_1_0-pre6~171 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=941b10bd954f9fb217901e4ad0a31c70972b864d;p=oweals%2Fopenssl.git Have the Travis builds do a "make update" Reviewed-by: Rich Salz --- diff --git a/.travis.yml b/.travis.yml index 6df51633af..718a350fbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,6 +76,7 @@ before_script: script: - cd _build; + - make update - make - if [ -z "$BUILDONLY" ]; then if [ -n "$CROSS_COMPILE" ]; then