diff --git a/.travis.yml b/.travis.yml index d63b29abc4efe03ede05a81211e9bbb524bb5813..9e0a9cbc5bb555fb295288a24853acb253a8a05a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ language: go - go: - master - script: - go mod tidy - - ls -lh \ No newline at end of file + - ls -lh +branches: + only: + - master +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file