Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
symfony
/
maker-bundle
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/symfony/maker-bundle/.travis.yml
language: php dist: trusty sudo: false git: depth: 1 php: - 7.0 - 7.1 - 7.2 - 7.3 cache: directories: - $HOME/.composer/cache/files - .phpunit - vendor env: global: - SYMFONY_PHPUNIT_DIR=.phpunit before_install: - phpenv config-rm xdebug.ini || echo "xdebug not available" install: - composer update --no-suggest - ./vendor/bin/simple-phpunit install script: - ./vendor/bin/simple-phpunit - ./vendor/bin/php-cs-fixer fix --dry-run --diff