If at first you don't succeed

This commit is contained in:
LiteSpeed Tech 2019-10-08 16:27:46 -04:00 committed by GitHub
parent f8325ef971
commit ef293bc8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ sudo: false
before_install:
- sudo add-apt-repository -y ppa:longsleep/golang-backports
- sudo apt-get update
- sudo apt-get install golang-go
- sudo apt-get remove golang-go
- sudo apt-get install golang-1.13-go
before_script:
- git clone https://boringssl.googlesource.com/boringssl
- cd boringssl