.travis.yml: minor facelift
authorAndy Polyakov <appro@openssl.org>
Sun, 6 May 2018 16:30:59 +0000 (18:30 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 7 May 2018 15:12:45 +0000 (17:12 +0200)
commit9a96626ef478fe8037fc6c8e02f2f05bdf8d5c4e
tree8f0683848bd4958802cf5ea627fffbc761bee289
parent781fb90cd7ec28a0d4e94cbb4a95fecb72020c2d
.travis.yml: minor facelift

Apparently trusty image has newer clang, there is no need to pull
clang-3.9 packages. It's clang-5.0.0, installation is a bit quirky,
as it fails to compile for example strcmp(s,"-") without warning,
and complains about unreferred -I flags. But it's argued that benefits
of exercising newer sanitizer outweights the inconvenience of
additional -D__NO_STRING_INLINE and -Wno-unused-command-line-argument.

Also pull golang when actually needed.

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