Remove separate go build

This commit is contained in:
Egon Elbre 2019-02-10 21:39:53 +02:00
parent 01e5d0e24c
commit 54fcf30aef
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ before_install:
- go get golang.org/x/tools/cmd/cover
script:
- GOOS=$(go env GOOS) GOARCH=$(go env GOARCH) go build -v -tags "${GOTAGS}" .
- $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
- go test -race -v . -tags ""
- go test -race -v . -tags "libsqlite3"