Skip to content

Commit bc9a43f

Browse files
Nyholmjaviereguiluz
authored andcommitted
use ./ before vendor
1 parent ae322b7 commit bc9a43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
224224
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
225225
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
226226
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
227-
- vendor/bin/simple-phpunit install
227+
- ./vendor/bin/simple-phpunit install
228228
229229
script:
230230
- composer validate --strict --no-check-lock

0 commit comments

Comments
 (0)