From 1cbef2d3b5d7ff4df2f045a006bfdd640240f991 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 4 Apr 2015 21:55:06 +0200 Subject: [PATCH] Enable debug on phpunit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c97a9da..e31b1905 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_script: script: - ant prepare - - phpunit --exclude-group command-doctrine $PHPUNIT_FLAGS + - phpunit --exclude-group command-doctrine --debug $PHPUNIT_FLAGS after_script: - | -- 2.41.0