Repository Config
filter:
excluded_paths:
- 'laravel/app/Console/Kernel.php'
- 'tests/*'
- 'laravel/database/*'
- 'laravel/routes/*'
- 'symfony/app/*'
- 'symfony/tests/_support/*'
- 'AppKernel.php'
- 'autoload.php'
- 'laravel/bootstrap/*'
- 'laravel/config/*'
- 'symfony/var/*'
- 'bin/*'
- 'features/*'
- 'reports/*'
- 'spec/*'
- '*.min.js'
checks:
php: true
coding_style:
php: { }
build:
project_setup:
before:
- "cd symfony && composer install --no-interaction"
after:
- "cd .."
environment:
hosts:
sftodo.local: '127.0.0.1'
selenium: true
tests:
before:
- 'symfony/bin/phpspec run'
- 'cd symfony && bin/codecept run'