From 7b1954384114643e1a3c3a0ababa3fd7a112c5e3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 3 Nov 2016 16:46:14 +0100 Subject: [PATCH] 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 (Merged from https://github.com/openssl/openssl/pull/1839) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 235e309909..b117f0ef74 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-nextprotoneg enable-weak-ssl-ciphers" COVERALLS="yes" -- 2.34.1