diff options
Diffstat (limited to '.travis.yml')
-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 | - | |