summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2019-07-24 09:22:25 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2019-08-11 21:18:01 +0200
commit3119c849761a12371794044eda807f7eacb1e589 (patch)
tree389de295135277101cf49057412c94d45d6e0bd0 /.travis.yml
parent1a2a3a420609c2d540b544e5ae829a3cb468a6e3 (diff)
Add a clang-7 build target with --strict-warnings
[extended tests] Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9450)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ff4c59397e..6c828f96d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,6 +44,10 @@ matrix:
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:
packages: