File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1313
1414/build export-ignore
1515/tests export-ignore
16+ /resources export-ignore
1617/.editorconfig export-ignore
1718/.gitattributes export-ignore
1819/.gitignore export-ignore
19- /.phpstorm.meta. php export-ignore
20+ /.phan. php export-ignore
2021/.travis.yml export-ignore
2122/phpunit.xml.dist export-ignore
2223
Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ language: php
1515os : linux
1616dist : xenial
1717
18+ git :
19+ depth : false
20+
1821php :
1922 - 7.2
2023 - 7.3
2124 - 7.4
2225 - 8.0
2326
24- git :
25- depth : false
26-
2727before_script :
2828 - composer self-update
2929
3030script :
31- - make build --no-print-directory
31+ - make update --no-print-directory
3232 - make test-all --no-print-directory
3333
3434after_script :
You can’t perform that action at this time.
0 commit comments