From: Daniel Stenberg Date: Mon, 16 Sep 2019 07:02:03 +0000 (+0200) Subject: travis: use go master X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52db0b89d0ca42f348faf361fc79b497df327f71;p=curl travis: use go master ... as the boringssl builds needs a very recent version Co-authored-by: Jat Satiro Closes #4361 --- diff --git a/.travis.yml b/.travis.yml index b468c6f61..8cb189478 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,11 +92,10 @@ matrix: addons: apt: sources: + - ppa:longsleep/golang-backports - *common_sources packages: - *common_packages - - libpsl-dev - - libbrotli-dev - os: linux compiler: gcc dist: xenial @@ -412,6 +411,10 @@ matrix: before_install: - eval "${OVERRIDE_CC}" - eval "${OVERRIDE_CXX}" + # Install and use the current stable release of Go + - gimme --list + - eval "$(gimme stable)" + - gimme --list install: - if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi