Skip to content

Commit 3cdb0a9

Browse files
committed
Fix pipeline
1 parent ad44e40 commit 3cdb0a9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
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

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ language: php
1515
os: linux
1616
dist: xenial
1717

18+
git:
19+
depth: false
20+
1821
php:
1922
- 7.2
2023
- 7.3
2124
- 7.4
2225
- 8.0
2326

24-
git:
25-
depth: false
26-
2727
before_script:
2828
- composer self-update
2929

3030
script:
31-
- make build --no-print-directory
31+
- make update --no-print-directory
3232
- make test-all --no-print-directory
3333

3434
after_script:

0 commit comments

Comments
 (0)