mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
20 lines
294 B
YAML
20 lines
294 B
YAML
language: php
|
|
php:
|
|
- '7.4'
|
|
dist: xenial
|
|
os: linux
|
|
cache:
|
|
directories:
|
|
- "/home/travis/.config"
|
|
- "/home/travis/build/firefly-iii/firefly-iii/vendor"
|
|
|
|
branches:
|
|
only:
|
|
- develop
|
|
|
|
before_script:
|
|
- phpenv config-rm xdebug.ini || return 0
|
|
|
|
script:
|
|
- "./.ci/phpstan.sh"
|
|
- "./.ci/phpunit.sh" |