aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-04-04 21:55:06 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-04-04 21:55:06 +0200
commit1cbef2d3b5d7ff4df2f045a006bfdd640240f991 (patch)
tree77ad500782f515ad6a22111524b58db8b746a366 /.travis.yml
parent132f614dee55634f83d858d30759226586807566 (diff)
downloadwallabag-1cbef2d3b5d7ff4df2f045a006bfdd640240f991.tar.gz
wallabag-1cbef2d3b5d7ff4df2f045a006bfdd640240f991.tar.zst
wallabag-1cbef2d3b5d7ff4df2f045a006bfdd640240f991.zip
Enable debug on phpunit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c97a9da..e31b1905 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ before_script:
35 35
36script: 36script:
37 - ant prepare 37 - ant prepare
38 - phpunit --exclude-group command-doctrine $PHPUNIT_FLAGS 38 - phpunit --exclude-group command-doctrine --debug $PHPUNIT_FLAGS
39 39
40after_script: 40after_script:
41 - | 41 - |