.travis.yml: temporarily mask gcc-5 ubsan build.
authorAndy Polyakov <appro@openssl.org>
Sun, 6 May 2018 16:36:09 +0000 (18:36 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 7 May 2018 15:13:55 +0000 (17:13 +0200)
commita602decedb8d91385992d8e50cd1bb4bde111c33
treecb63796cac73b8881cf6349a104013a0364dc2b2
parent9a96626ef478fe8037fc6c8e02f2f05bdf8d5c4e
.travis.yml: temporarily mask gcc-5 ubsan build.

Linking fails with "unrecognized option '--push-state--no-as-needed'",
which is beyond our control.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6185)
.travis.yml