From c89799605b833f769ce4cfd879bb291f49b133be 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 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 9b655d84c8..9f616c7e00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ matrix: - os: linux dist: trusty 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 dist: bionic compiler: clang -- 2.25.1