Fifteenth time's the charm

This commit is contained in:
LiteSpeed Tech 2019-10-08 16:36:43 -04:00 committed by GitHub
parent ef293bc8b5
commit 3c5361ae2c
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,8 +21,9 @@ sudo: false
before_install:
- sudo add-apt-repository -y ppa:longsleep/golang-backports
- sudo apt-get update
- sudo apt-get remove golang-go
- sudo apt-get install golang-1.13-go
install:
- export PATH=/usr/lib/go-1.13/bin:$PATH
before_script:
- git clone https://boringssl.googlesource.com/boringssl
- cd boringssl