diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6cd64e0..834bfb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,6 @@ script: - gofmt -d $(find -type f -name '*.go' -not -path './vendor/*') - go list ./... |grep -v vendor/ |xargs go vet - go list ./... |grep -v vendor/ |xargs -L1 golint -set_exit_status + +after_success: + - bash <(curl -s https://codecov.io/bash) |