The branch OpenSSL_1_1_0-stable has been updated via d29279371c5d72d67cb3c5923e3b24c186641016 (commit) from 8f8e9f184bf51fa283c1af9c4fd63098fc7387dd (commit)
- Log ----------------------------------------------------------------- commit d29279371c5d72d67cb3c5923e3b24c186641016 Author: Richard Levitte <levi...@openssl.org> Date: Thu Nov 3 16:46:14 2016 +0100 Travis: add a strict build Clang on Linux seems to catch things that we might miss otherwise. Also, throw in 'no-deprecated' to make sure we test that as well. Reviewed-by: Matt Caswell <m...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1839) (cherry picked from commit 7b1954384114643e1a3c3a0ababa3fd7a112c5e3) ----------------------------------------------------------------------- Summary of changes: .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index be03abc..fa7e211 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,9 @@ env: matrix: include: - os: linux + compiler: clang-3.6 + env: CONFIG_OPTS="--strict-warnings no-deprecated" BUILDONLY="yes" + - os: linux compiler: gcc env: CONFIG_OPTS="--debug --coverage no-asm enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers" COVERALLS="yes" - os: linux _____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits