diff options
author | Egon Elbre <egonelbre@gmail.com> | 2019-02-10 21:39:53 +0200 |
---|---|---|
committer | Egon Elbre <egonelbre@gmail.com> | 2019-02-10 21:39:53 +0200 |
commit | 54fcf30aefb271d6bcba94c69b15f8977ef74fd1 (patch) | |
tree | fcd04ad03aadeda8bed0eb05281a16cff507d254 | |
parent | Faster travis running (diff) | |
download | golite-54fcf30aefb271d6bcba94c69b15f8977ef74fd1.tar.gz golite-54fcf30aefb271d6bcba94c69b15f8977ef74fd1.tar.xz |
Remove separate go build
-rw-r--r-- | .travis.yml | 1 |
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" |