aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Elbre <egonelbre@gmail.com>2019-02-10 21:39:53 +0200
committerEgon Elbre <egonelbre@gmail.com>2019-02-10 21:39:53 +0200
commit54fcf30aefb271d6bcba94c69b15f8977ef74fd1 (patch)
treefcd04ad03aadeda8bed0eb05281a16cff507d254
parentFaster travis running (diff)
downloadgolite-54fcf30aefb271d6bcba94c69b15f8977ef74fd1.tar.gz
golite-54fcf30aefb271d6bcba94c69b15f8977ef74fd1.tar.xz
Remove separate go build
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fd73e9b..eb0abbb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"