Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit f461510

Browse files
Fix travis script path
1 parent 8c56784 commit f461510

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
@@ -49,4 +49,4 @@ install:
4949
- if [ "$deps" = "low" ]; then composer --prefer-lowest --prefer-stable update; fi;
5050

5151
script:
52-
- svendor/jakub-onderka/php-parallel-lint/parallel-lint --exclude vendor .
52+
- vendor/jakub-onderka/php-parallel-lint/parallel-lint --exclude vendor .

0 commit comments

Comments
 (0)