mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48: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:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
- ppa:longsleep/golang-backports
|
||||||
- *common_sources
|
- *common_sources
|
||||||
packages:
|
packages:
|
||||||
- *common_packages
|
- *common_packages
|
||||||
- libpsl-dev
|
|
||||||
- libbrotli-dev
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
dist: xenial
|
dist: xenial
|
||||||
@ -412,6 +411,10 @@ matrix:
|
|||||||
before_install:
|
before_install:
|
||||||
- eval "${OVERRIDE_CC}"
|
- eval "${OVERRIDE_CC}"
|
||||||
- eval "${OVERRIDE_CXX}"
|
- eval "${OVERRIDE_CXX}"
|
||||||
|
# Install and use the current stable release of Go
|
||||||
|
- gimme --list
|
||||||
|
- eval "$(gimme stable)"
|
||||||
|
- gimme --list
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
|
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user