From 45cab00eff7d77ef04291b629c06a9da824beff7 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Sun, 2 Mar 2014 20:03:39 +0100 Subject: [PATCH] FIXED : Unit Tests on Travis CI after have moved phpunit.xml.dist --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c524df3c..99f33a20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ script: ## PHPLOC - php phploc.phar Classes/ ## PHPUnit - - phpunit -c ./Tests/ --coverage-text + - phpunit -c ./ --coverage-text notifications: email: