summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml24
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