From: Cesar Pereida Garcia Date: Mon, 21 Oct 2019 11:53:51 +0000 (+0300) Subject: Enable runtime testing of no-deprecated builds in Travis X-Git-Tag: openssl-3.0.0-alpha1~1086 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c89799605b833f769ce4cfd879bb291f49b133be;p=oweals%2Fopenssl.git 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) --- 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