Adjust --strict-warnings builds in Travis
authorEmilia Kasper <emilia@openssl.org>
Tue, 5 Apr 2016 13:11:02 +0000 (15:11 +0200)
committerEmilia Kasper <emilia@openssl.org>
Sat, 9 Apr 2016 23:50:16 +0000 (01:50 +0200)
commitb59147070021ef2838e47c5c29331f6816b73f65
treef04d3edc71975f1dede57510898b9806ce01512d
parent578a00048d78121f1ff30da49007b7b847aca21a
Adjust --strict-warnings builds in Travis

In Travis, do --strict-warnings on BUILDONLY configurations. This
ensures that the tests run even if --strict-warnings fail, and avoids
hiding unrelated test failures.

Reviewed-by: Richard Levitte <levitte@openssl.org>
.travis.yml
CHANGES