Update .travis.yml

This commit is contained in:
Rob Janssen
2015-03-20 17:25:34 +01:00
parent 356a194950
commit 7ee7b247f8
+6 -1
View File
@@ -6,4 +6,9 @@ php:
- 5.5
- 5.6
script: phpunit tests
script: phpunit tests
before_install:
sudo pip install codecov
after_success:
codecov