forked from mirror/go-sqlcipher
Remove separate go build
This commit is contained in:
parent
01e5d0e24c
commit
54fcf30aef
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue