diff options
author | Santiago M. Mola <santi@mola.io> | 2017-04-26 13:41:02 +0200 |
---|---|---|
committer | Santiago M. Mola <santi@mola.io> | 2017-04-26 14:52:48 +0200 |
commit | bca4f9541ae0620ff203bde6da5e3126cfa16f04 (patch) | |
tree | 71a0d2a10629d6e44092f1e7418475922f9b75d4 /.travis.yml | |
parent | 4b5b96270ad44333afd8fe8ac17d320459ad1cf1 (diff) | |
download | go-git-bca4f9541ae0620ff203bde6da5e3126cfa16f04.tar.gz |
add go vet to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e527225..92c16f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,7 @@ script: - export PATH=$GIT_DIST_PATH:$PATH - git version - make test-coverage + - go vet ./... after_success: - bash <(curl -s https://codecov.io/bash)
\ No newline at end of file |