mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 03:43:07 +00:00
Expand cache, better links.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
includes:
|
includes:
|
||||||
- ~/.config/composer/vendor/nunomaduro/larastan/extension.neon
|
- /home/travis/.config/composer/vendor/nunomaduro/larastan/extension.neon
|
||||||
- ~/.config/composer/vendor/ergebnis/phpstan-rules/rules.neon
|
- /home/travis/.config/composer/vendor/ergebnis/phpstan-rules/rules.neon
|
||||||
- ~/.config/composer/vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
- /home/travis/.config/composer/vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
||||||
- ~/.config/composer/vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
|
- /home/travis/.config/composer/vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
|
@@ -4,6 +4,11 @@ php:
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- /home/travis/.config
|
||||||
|
- /home/travis/build/firefly-iii/firefly-iii/vendor
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
|
Reference in New Issue
Block a user