mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-10 11:48:10 +00:00
13 lines
161 B
YAML
13 lines
161 B
YAML
language: shell
|
|
dist: xenial
|
|
os: linux
|
|
|
|
branches:
|
|
only:
|
|
- develop
|
|
|
|
before_script:
|
|
- phpenv config-rm xdebug.ini || return 0
|
|
|
|
script:
|
|
- ./.ci/phpstan.sh |