Skip to content

Commit 90c70b8

Browse files
committed
Merge pull request #155 from bighappyface/fix-phpdoc-failures
chore(travis): remove phpdoc ext and ignore output
2 parents c437d93 + 803bbb9 commit 90c70b8

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
@@ -21,5 +21,5 @@ install:
2121

2222
script:
2323
- cd docs && make linkcheck && cd ..
24-
- vendor/bin/phpdoc.php -d src -t docs-api
24+
- vendor/bin/phpdoc -d src -t docs-api
2525
- vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)