Browse Source
Too flaky. We'll explore different avenues to testing s390x and ppc64le. See discussion here: https://github.com/caddyserver/caddy/pull/3355 /cc @grooverdan, @Mohammed90 said he'll reach out to Elizabeth as you suggested.master
Francis Lavoie
5 years ago
committed by
GitHub
1 changed files with 0 additions and 24 deletions
@ -1,24 +0,0 @@ |
|||
branches: |
|||
only: |
|||
- master |
|||
language: go |
|||
go: |
|||
- 1.14.x |
|||
dist: bionic |
|||
arch: |
|||
- ppc64le |
|||
- s390x |
|||
env: |
|||
- GO111MODULE=on CGO_ENABLED=0 |
|||
cache: |
|||
directories: |
|||
- $GOPATH/pkg/mod |
|||
- /home/travis/.cache/go-build |
|||
git: |
|||
depth: 1 |
|||
|
|||
install: |
|||
- go get -v -t -d ./... |
|||
script: |
|||
- go test -v -short ./... |
|||
- go build -trimpath -ldflags="-w -s" -v -o cmd/caddy/caddy cmd/caddy/main.go |
Loading…
Reference in new issue