summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 34ce8ee..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-language: go
-
-install:
- - go get -d -t -v ./... && go build -v ./...
-
-go:
- - 1.15.x
- - 1.16.x
-
-os:
- - linux
- - osx
- - windows
-
-env:
- jobs:
- - GOARCH=amd64
- - GOARCH=386
-
-script:
- - env GO111MODULE=on go vet ./...
- - env GO111MODULE=on go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic
-
-after_success:
- - bash <(curl -s https://codecov.io/bash)