Skip to content

Commit 803bbb9

Browse files
committed
chore(travis): remove phpdoc ext and ignore output
1 parent 1ffdea0 commit 803bbb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ coverage
66
.project
77
.settings
88
composer.lock
9+
docs-api

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ install:
1919

2020
script:
2121
- cd docs && make linkcheck && cd ..
22-
- vendor/bin/phpdoc.php -d src -t docs-api
22+
- vendor/bin/phpdoc -d src -t docs-api
2323
- vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)