From cefb788696bb4c0d0cd47762150cc518ca4da0f1 Mon Sep 17 00:00:00 2001 From: lsmith77 Date: Mon, 19 Dec 2011 11:39:27 +0100 Subject: [PATCH] adde code coverage --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cf71beee1..ea8bf0a65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ env: before_script: php vendor/vendors.php +script: phpunit --coverage-text + notifications: email: - travis-ci@liip.ch