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:
parent
a89aeb5451
commit
52db0b89d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user