summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-03 16:46:14 +0100
committerRichard Levitte <richard@levitte.org>2016-11-04 14:13:56 +0100
commitd29279371c5d72d67cb3c5923e3b24c186641016 (patch)
treee8b0f7d15c09c7fe0879302fde7a7017e427c894 /.travis.yml
parent8f8e9f184bf51fa283c1af9c4fd63098fc7387dd (diff)
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 <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1839) (cherry picked from commit 7b1954384114643e1a3c3a0ababa3fd7a112c5e3)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index be03abc7ca..fa7e2119d7 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