Skip to content

Commit 76e7f43

Browse files
committed
travis: fix phpcs bin path
1 parent e724bb2 commit 76e7f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ before_script:
1717
- if [[ $deps = low ]]; then composer update --prefer-lowest --prefer-stable; else composer update; fi
1818

1919
script:
20-
- bin\phpcs
20+
- ./bin/phpcs
2121
- ./bin/phpunit -vvv
2222

0 commit comments

Comments
 (0)