Minor travis change

This commit is contained in:
Radhi Fadlillah 2018-07-02 16:00:09 +07:00
parent 3e62e73e55
commit ebe9f04da9

View file

@ -18,7 +18,6 @@ install:
script:
- go generate
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go vet $(go list ./... | grep -v /vendor/)
- go test -v -race ./...
# only build binaries from the latest Go release.