[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Mar 14 15:39:29 UTC 2016


The branch master has been updated
       via  d7a275eee364009fb2388102e186d2fb3f6cd1aa (commit)
      from  74acf1c41e9110fdc82324deb75f20d6efab7bd4 (commit)


- Log -----------------------------------------------------------------
commit d7a275eee364009fb2388102e186d2fb3f6cd1aa
Author: Emilia Kasper <emilia at openssl.org>
Date:   Mon Mar 14 12:47:47 2016 +0100

    Travis: build tests in BUILDONLY mode
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

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

diff --git a/.travis.yml b/.travis.yml
index 1ebe12b..359a980 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,6 +94,8 @@ script:
               export EXE_SHELL="wine" WINEPREFIX=`pwd`;
           fi;
           HARNESS_VERBOSE=yes make test;
+      else
+          make build_tests;
       fi
     - cd ..
 


More information about the openssl-commits mailing list