mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-29 12:14:34 -06:00
15 lines
174 B
YAML
15 lines
174 B
YAML
language: php
|
|
php:
|
|
- '7.4'
|
|
dist: xenial
|
|
os: linux
|
|
|
|
branches:
|
|
only:
|
|
- develop
|
|
|
|
before_script:
|
|
- phpenv config-rm xdebug.ini || return 0
|
|
|
|
script:
|
|
- ./.ci/phpstan.sh |