mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2025-01-22 05:11:47 +01:00
22 lines
257 B
YAML
22 lines
257 B
YAML
dist: trusty
|
|
language: php
|
|
|
|
os:
|
|
- linux
|
|
|
|
php:
|
|
- '7.4'
|
|
- nightly
|
|
|
|
jobs:
|
|
allow_failures:
|
|
- php: nightly
|
|
|
|
install:
|
|
- composer install
|
|
|
|
script:
|
|
- php vendor/bin/php-cs-fixer fix --dry-run -vvv
|
|
- php vendor/bin/psalm
|
|
- php vendor/bin/phpunit
|