From 432d6953d65e7229ac138c49357856cc494ff438 Mon Sep 17 00:00:00 2001 From: Cesar Pereida Garcia Date: Mon, 21 Oct 2019 14:53:51 +0300 Subject: [PATCH] Enable runtime testing of no-deprecated builds in Travis (cherry picked from commit c89799605b833f769ce4cfd879bb291f49b133be) Reviewed-by: Nicola Tuveri Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10232) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc0d082b77..67ec1a1d21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ matrix: env: CONFIG_OPTS="--strict-warnings" COMMENT="Move to the BORINGTEST build when interoperable" - os: linux compiler: clang - env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated" BUILDONLY="yes" + env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated" - os: linux addons: apt: -- 2.25.1