The branch master has been updated
       via  3119c849761a12371794044eda807f7eacb1e589 (commit)
      from  1a2a3a420609c2d540b544e5ae829a3cb468a6e3 (commit)


- Log -----------------------------------------------------------------
commit 3119c849761a12371794044eda807f7eacb1e589
Author: Bernd Edlinger <bernd.edlin...@hotmail.de>
Date:   Wed Jul 24 09:22:25 2019 +0200

    Add a clang-7 build target with --strict-warnings
    
    [extended tests]
    
    Reviewed-by: Matthias St. Pierre <matthias.st.pie...@ncp-e.com>
    Reviewed-by: Paul Dale <paul.d...@oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/9450)

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

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

diff --git a/.travis.yml b/.travis.yml
index ff4c59397e..6c828f96d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,6 +43,10 @@ matrix:
           dist: trusty
           compiler: clang
           env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES 
no-deprecated" BUILDONLY="yes"
+        - os: linux
+          dist: bionic
+          compiler: clang
+          env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES 
no-deprecated" BUILDONLY="yes"
         - os: linux
           addons:
               apt:

Reply via email to