diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-04-04 21:55:06 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-04-04 21:55:06 +0200 |
commit | 1cbef2d3b5d7ff4df2f045a006bfdd640240f991 (patch) | |
tree | 77ad500782f515ad6a22111524b58db8b746a366 | |
parent | 132f614dee55634f83d858d30759226586807566 (diff) | |
download | wallabag-1cbef2d3b5d7ff4df2f045a006bfdd640240f991.tar.gz wallabag-1cbef2d3b5d7ff4df2f045a006bfdd640240f991.tar.zst wallabag-1cbef2d3b5d7ff4df2f045a006bfdd640240f991.zip |
Enable debug on phpunit
-rw-r--r-- | .travis.yml | 2 |
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 | ||
36 | script: | 36 | script: |
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 | ||
40 | after_script: | 40 | after_script: |
41 | - | | 41 | - | |