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


- Log -----------------------------------------------------------------
commit d7a275eee364009fb2388102e186d2fb3f6cd1aa
Author: Emilia Kasper <[email protected]>
Date:   Mon Mar 14 12:47:47 2016 +0100

    Travis: build tests in BUILDONLY mode
    
    Reviewed-by: Richard Levitte <[email protected]>

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

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 ..
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to