mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-10 11:48:10 +00:00
Push better PHPStan config.
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -1,20 +1,21 @@
|
||||
language: php
|
||||
php:
|
||||
- '7.4'
|
||||
- '7.4'
|
||||
dist: xenial
|
||||
os: linux
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/.config
|
||||
- /home/travis/build/firefly-iii/firefly-iii/vendor
|
||||
- "/home/travis/.config"
|
||||
- "/home/travis/build/firefly-iii/firefly-iii/vendor"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
- develop
|
||||
|
||||
before_script:
|
||||
- phpenv config-rm xdebug.ini || return 0
|
||||
- phpenv config-rm xdebug.ini || return 0
|
||||
- composer global require hirak/prestissimo --no-plugins --no-scripts
|
||||
|
||||
|
||||
script:
|
||||
- ./.ci/phpstan.sh
|
||||
- "./.ci/phpstan.sh"
|
||||
|
||||
Reference in New Issue
Block a user