Fix travis clang-3.9 builds
authorMatt Caswell <matt@openssl.org>
Fri, 23 Jun 2017 12:58:49 +0000 (13:58 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 5 Jul 2017 13:15:08 +0000 (14:15 +0100)
commitf114b91461abe4ea47c080e2493a6ef0b38ac5ec
treebd7b94e1ab3537a21f885a49e328769287cbc997
parentfac8e70de383861315b1fd1ee64193c794f1d9ca
Fix travis clang-3.9 builds

Something environmental changed in travis so that it started preferring
the ubuntu clang-3.9 version instead of the llvm.org one. This breaks the
sanitiser based builds. This change forces travis to de-prioritise the
ubuntu clang packages.

[extended tests]

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3854)
.travis-apt-pin.preferences [new file with mode: 0644]
.travis.yml