diff --git a/.travis.yml b/.travis.yml index 9412c90..dfb749e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,9 @@ php: - 5.5 - 5.6 -script: phpunit tests \ No newline at end of file +script: phpunit tests + +before_install: + sudo pip install codecov +after_success: + codecov