firefly-iii/.travis.yml

15 lines
174 B
YAML
Raw Normal View History

language: php
php:
- '7.4'
2020-07-31 10:24:18 -05:00
dist: xenial
os: linux
branches:
only:
- develop
before_script:
- phpenv config-rm xdebug.ini || return 0
script:
- ./.ci/phpstan.sh