diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-18 00:40:40 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-18 00:40:40 +0800 |
commit | 2a5af8fac72846a7354dd79143727bac4ee89cb9 (patch) | |
tree | 961483242b10f8ef3be4ef846e58ae7b79dd7ec6 /.travis.yml | |
parent | 559a81da6fe97051260aa43db96d41fc9fe3545b (diff) | |
download | dexon-2a5af8fac72846a7354dd79143727bac4ee89cb9.tar.gz dexon-2a5af8fac72846a7354dd79143727bac4ee89cb9.tar.zst dexon-2a5af8fac72846a7354dd79143727bac4ee89cb9.zip |
enable `go vet`
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |