[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Jul 19 11:05:19 UTC 2016


The branch master has been updated
       via  941b10bd954f9fb217901e4ad0a31c70972b864d (commit)
      from  bbba0a7dffdf3332ee24251bf50e264e27979a51 (commit)


- Log -----------------------------------------------------------------
commit 941b10bd954f9fb217901e4ad0a31c70972b864d
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Jul 19 11:58:26 2016 +0200

    Have the Travis builds do a "make update"
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 6df5163..718a350 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


More information about the openssl-commits mailing list