diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6e938826..3c97a9da 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -31,11 +31,11 @@ install: | |||
31 | 31 | ||
32 | # build coverage only on one build, to speed up results feedbacks | 32 | # build coverage only on one build, to speed up results feedbacks |
33 | before_script: | 33 | before_script: |
34 | - if [[ "$TRAVIS_PHP_VERSION" = "5.6" ]]; then PHPUNIT_FLAGS="--coverage-clover=coverage.clover"; fi; | 34 | - if [[ "$TRAVIS_PHP_VERSION" = "5.6" ]]; then PHPUNIT_FLAGS="--coverage-clover=coverage.clover"; else PHPUNIT_FLAGS=""; fi; |
35 | 35 | ||
36 | script: | 36 | script: |
37 | - ant prepare | 37 | - ant prepare |
38 | - phpunit $PHPUNIT_FLAGS | 38 | - phpunit --exclude-group command-doctrine $PHPUNIT_FLAGS |
39 | 39 | ||
40 | after_script: | 40 | after_script: |
41 | - | | 41 | - | |