diff options
author | Francis Lavoie <lavofr@gmail.com> | 2020-05-11 17:07:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 15:07:02 -0600 |
commit | 35e1d92d588fadc8e5d619ffb81319dd8f7ba43a (patch) | |
tree | c441e31edf2b4f2e025946286a4eb671da3329d5 | |
parent | dc9f4f13fc1cc102c713c69ded295b3fcf685e96 (diff) |
ci: Delete .travis.yml (#3396)
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.
-rw-r--r-- | .travis.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d5dc303..0000000 --- a/.travis.yml +++ /dev/null @@ -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 |