diff --git a/.travis.yml b/.travis.yml index 21457fe..8706471 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,9 @@ go: - 1.4 - 1.5 - tip +before_install: + - pip install codecov +after_success: + - codecov after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file