Commit 941b10bd authored by Richard Levitte's avatar Richard Levitte
Browse files

Have the Travis builds do a "make update"



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent bbba0a7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ before_script:

script:
    - cd _build;
    - make update
    - make
    - if [ -z "$BUILDONLY" ]; then
          if [ -n "$CROSS_COMPILE" ]; then