diff --git a/.travis.yml b/.travis.yml index 2fe0f3408..075885b6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,9 @@ script: # website-test is temporarily disabled while we get the website build back in shape after the v0.12 reorganization #- make website-test +after_success: + - bash <(curl -s https://codecov.io/bash) + branches: only: - master