firefly-iii/.travis.yml

21 lines
364 B
YAML
Raw Normal View History

language: php
php:
2020-07-31 12:10:02 -05:00
- '7.4'
2020-07-31 10:24:18 -05:00
dist: xenial
os: linux
2020-07-31 10:36:09 -05:00
cache:
directories:
2020-07-31 12:10:02 -05:00
- "/home/travis/.config"
- "/home/travis/build/firefly-iii/firefly-iii/vendor"
2020-07-31 10:36:09 -05:00
2020-07-31 10:24:18 -05:00
branches:
only:
2020-07-31 12:10:02 -05:00
- develop
2020-07-31 10:24:18 -05:00
before_script:
2020-07-31 12:10:02 -05:00
- phpenv config-rm xdebug.ini || return 0
- composer global require hirak/prestissimo --no-plugins --no-scripts
2020-07-31 10:24:18 -05:00
script:
2020-07-31 12:10:02 -05:00
- "./.ci/phpstan.sh"
2020-07-31 22:44:26 -05:00
- "./.ci/phpunit.sh"