Skip to content

Commit 5f8f143

Browse files
committed
Fix API docs CI by asking composer his bin dir path
See: https://stackoverflow.com/a/64545124/5155484 See: https://travis-ci.org/github/phpmyadmin/sql-parser/jobs/742510993#L490 Signed-off-by: William Desportes <[email protected]>
1 parent 9b5c0af commit 5f8f143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ matrix:
3838
- composer global require "code-lts/doctum:^5.0"
3939
- composer install --no-interaction
4040
script:
41-
- $HOME/.composer/vendor/bin/doctum.php --no-interaction update ./tools/doctum-config.php
41+
- $(composer global config bin-dir --absolute --quiet)/doctum.php --no-interaction update ./tools/doctum-config.php
4242
- php: nightly
4343
install:
4444
- composer install --no-interaction --ignore-platform-reqs

0 commit comments

Comments
 (0)