diff --git a/.travis.yml b/.travis.yml index 9cab4601a..896f39878 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,9 @@ script: - make test - make test GOFLAGS="-race" +after_success: +- bash <(curl -s https://codecov.io/bash) + go: - 1.6