1
0
mirror of synced 2024-12-04 10:46:02 +03:00
DeliveryModuleBundle/.travis.yml
2020-12-04 19:08:31 +03:00

21 lines
363 B
YAML

language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '7.3'
before_script:
- flags="-o"
- composer install $flags
script:
- php vendor/bin/psalm
- php vendor/bin/php-cs-fixer fix --diff --dry-run --using-cache=no --config=.php_cs
- php vendor/bin/phpunit -c phpunit.xml
after_success:
- bash <(curl -s https://codecov.io/bash)