1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

travis: use go master

... as the boringssl builds needs a very recent version

Co-authored-by: Jat Satiro
Closes #4361
This commit is contained in:
Daniel Stenberg 2019-09-16 09:02:03 +02:00
parent a89aeb5451
commit 52db0b89d0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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