From 941b10bd954f9fb217901e4ad0a31c70972b864d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 19 Jul 2016 11:58:26 +0200 Subject: [PATCH] Have the Travis builds do a "make update" Reviewed-by: Rich Salz --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1