projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aca4bf
)
Enable runtime testing of no-deprecated builds in Travis
author
Cesar Pereida Garcia
<cesar.pereidagarcia@tut.fi>
Mon, 21 Oct 2019 11:53:51 +0000
(14:53 +0300)
committer
Nicola Tuveri
<nic.tuv@gmail.com>
Wed, 23 Oct 2019 09:06:02 +0000
(12:06 +0300)
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10232)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 9b655d84c85897acba7e4913eaf2ec838d720e20..9f616c7e00f2c62e6b4d6fe09046f98020d8f64e 100644
(file)
--- 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