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

Commit 796b231

Browse files
committed
Fix travis paths
1 parent db18feb commit 796b231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ before_script:
1414
- composer install
1515

1616
script:
17-
- phpmd src/ text phpmd.xml
18-
- phpcs --standard=phpcs.xml
17+
- vendor/bin/phpmd src/ text phpmd.xml
18+
- vendor/bin/phpcs --standard=phpcs.xml

0 commit comments

Comments
 (0)