drop travis

This commit is contained in:
Alex Flint 2021-04-19 22:28:16 -07:00
parent cfe0d0ab44
commit 7fa3c9e833
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
language: go
go:
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci