diff options
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index e31b1905..8d0cf817 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -30,16 +30,16 @@ install: | |||
30 | - composer self-update | 30 | - composer self-update |
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"; else PHPUNIT_FLAGS=""; 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 --exclude-group command-doctrine --debug $PHPUNIT_FLAGS | 38 | - bin/phpunit --exclude-group command-doctrine --debug $PHPUNIT_FLAGS |
39 | 39 | ||
40 | after_script: | 40 | # after_script: |
41 | - | | 41 | # - | |
42 | if [ $TRAVIS_PHP_VERSION = '5.6' ]; then | 42 | # if [ $TRAVIS_PHP_VERSION = '5.6' ]; then |
43 | wget https://scrutinizer-ci.com/ocular.phar | 43 | # wget https://scrutinizer-ci.com/ocular.phar |
44 | php ocular.phar code-coverage:upload --format=php-clover coverage.clover | 44 | # php ocular.phar code-coverage:upload --format=php-clover coverage.clover |
45 | fi | 45 | # fi |