summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-07-19 11:58:26 +0200
committerRichard Levitte <levitte@openssl.org>2016-07-19 13:04:51 +0200
commit941b10bd954f9fb217901e4ad0a31c70972b864d (patch)
tree5f9bfdcff416e6fb1c3365c933dd9f86367d21d1 /.travis.yml
parentbbba0a7dffdf3332ee24251bf50e264e27979a51 (diff)
Have the Travis builds do a "make update"
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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