aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2014-11-18 00:40:40 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2014-11-18 00:40:40 +0800
commit2a5af8fac72846a7354dd79143727bac4ee89cb9 (patch)
tree961483242b10f8ef3be4ef846e58ae7b79dd7ec6 /.travis.yml
parent559a81da6fe97051260aa43db96d41fc9fe3545b (diff)
downloadgo-tangerine-2a5af8fac72846a7354dd79143727bac4ee89cb9.tar
go-tangerine-2a5af8fac72846a7354dd79143727bac4ee89cb9.tar.gz
go-tangerine-2a5af8fac72846a7354dd79143727bac4ee89cb9.tar.bz2
go-tangerine-2a5af8fac72846a7354dd79143727bac4ee89cb9.tar.lz
go-tangerine-2a5af8fac72846a7354dd79143727bac4ee89cb9.tar.xz
go-tangerine-2a5af8fac72846a7354dd79143727bac4ee89cb9.tar.zst
go-tangerine-2a5af8fac72846a7354dd79143727bac4ee89cb9.zip
enable `go vet`
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 719df16e6..d3c4e95a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ before_script:
- gofmt -l -w .
- goimports -l -w .
- golint .
- # - go vet ./...
+ - go vet ./...
# - go test -race ./...
script:
- ./gocoverage.sh