mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Let's see if you can parse this now
This commit is contained in:
parent
45f0b12684
commit
7542f0f5aa
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -19,13 +19,13 @@ matrix:
|
||||||
os: osx
|
os: osx
|
||||||
sudo: false
|
sudo: false
|
||||||
before_install:
|
before_install:
|
||||||
- [ $TRAVIS_OS_NAME = linux ] && sudo add-apt-repository -y ppa:longsleep/golang-backports
|
- if [ $TRAVIS_OS_NAME = linux ]; then sudo add-apt-repository -y ppa:longsleep/golang-backports; fi
|
||||||
- [ $TRAVIS_OS_NAME = linux ] && sudo apt-get update
|
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get update; fi
|
||||||
- [ $TRAVIS_OS_NAME = linux ] && sudo apt-get install golang-1.13-go
|
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install golang-1.13-go; fi
|
||||||
install:
|
install:
|
||||||
- [ $TRAVIS_OS_NAME = linux ] && export PATH=/usr/lib/go-1.13/bin:$PATH
|
- if [ $TRAVIS_OS_NAME = linux ]; then export PATH=/usr/lib/go-1.13/bin:$PATH; fi
|
||||||
- [ $TRAVIS_OS_NAME = linux ] && export GOPATH=/usr/lib/go-1.13:$GOPATH
|
- if [ $TRAVIS_OS_NAME = linux ]; then export GOPATH=/usr/lib/go-1.13:$GOPATH; fi
|
||||||
- [ $TRAVIS_OS_NAME = linux ] && export GOROOT=/usr/lib/go-1.13
|
- if [ $TRAVIS_OS_NAME = linux ]; then export GOROOT=/usr/lib/go-1.13; fi
|
||||||
before_script:
|
before_script:
|
||||||
- git clone https://boringssl.googlesource.com/boringssl
|
- git clone https://boringssl.googlesource.com/boringssl
|
||||||
- cd boringssl
|
- cd boringssl
|
||||||
|
|
Loading…
Reference in a new issue