From 3119c849761a12371794044eda807f7eacb1e589 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Wed, 24 Jul 2019 09:22:25 +0200 Subject: [PATCH] Add a clang-7 build target with --strict-warnings [extended tests] Reviewed-by: Matthias St. Pierre Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/9450) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ff4c59397e..6c828f96d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,10 @@ matrix: dist: trusty 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: -- 2.39.2