Changeset 49074
- Timestamp:
- 09/30/2020 01:12:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r49039 r49074 64 64 - docker-compose run --rm phpunit php ./vendor/bin/phpunit --verbose -c phpunit.xml.dist --group restapi-jsclient 65 65 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist. 66 - LOCAL_PHP_XDEBUG=true docker-compose run --rm phpunit phpunit -v --group xdebug --exclude-group __fakegroup__ 66 # Xdebug supports PHP 8 only from version 3.0, which is not released yet. 67 # Once Xdebug 3.0 is released and included in the Docker image, this should be uncommented again. 68 # - LOCAL_PHP_XDEBUG=true docker-compose run --rm phpunit phpunit -v --group xdebug --exclude-group __fakegroup__ 67 69 68 70 allow_failures:
Note: See TracChangeset
for help on using the changeset viewer.