Have the Travis builds do a "make update"

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-07-19 11:58:26 +02:00
parent bbba0a7dff
commit 941b10bd95

View File

@ -76,6 +76,7 @@ before_script:
script:
- cd _build;
- make update
- make
- if [ -z "$BUILDONLY" ]; then
if [ -n "$CROSS_COMPILE" ]; then