]> granicus.if.org Git - curl/commitdiff
travis: use go master
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Sep 2019 07:02:03 +0000 (09:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Sep 2019 11:50:35 +0000 (13:50 +0200)
... as the boringssl builds needs a very recent version

Co-authored-by: Jat Satiro
Closes #4361

.travis.yml

index b468c6f613871eb57ec1ef5a15d96c81c67d84fd..8cb1894789a4220fdb072ae6d0c4551c12cd388b 100644 (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