aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-03 16:46:14 +0100
committerRichard Levitte <levitte@openssl.org>2016-11-04 14:12:06 +0100
commit7b1954384114643e1a3c3a0ababa3fd7a112c5e3 (patch)
tree077d736bdafc835c54a5e7b8587ffa7e7d78261d /.travis.yml
parentc42a78cb57cd335f3e2b224d4d8c8d7c2ecfaa44 (diff)
downloadopenssl-7b1954384114643e1a3c3a0ababa3fd7a112c5e3.tar.gz
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)
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 235e309909..b117f0ef74 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,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"
- os: linux