diff --git a/.travis.yml b/.travis.yml index 2e7d29b..21457fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: go go: - 1.4 - 1.5 - - tip \ No newline at end of file + - tip +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file