diff --git a/.travis.yml b/.travis.yml index b086aaa..28e53d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,7 @@ env: - DEFOLD_BOOSTRAP_COLLECTION=/test/test.collectionc script: - - "./.travis/run.sh" \ No newline at end of file + - "./.travis/run.sh" + +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file