]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Enable debug on phpunit
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 4 Apr 2015 19:55:06 +0000 (21:55 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 4 Apr 2015 19:55:06 +0000 (21:55 +0200)
.travis.yml

index 3c97a9da46d15cff826e68c4b8353608ed931d42..e31b19055308d7997fe620f50fd8b3d635a34f9f 100644 (file)
@@ -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:
     - |