From 7ee7b247f84b57a31a19dd89e73bfa60ad2520d7 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Fri, 20 Mar 2015 17:25:34 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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