diff --git a/.travis.yml b/.travis.yml index 14779a9..bfaa89e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ before_script: - composer self-update - composer install --prefer-source --no-interaction --dev -script: phpcs --colors --standard=PSR2 src \ No newline at end of file +script: ./vendor/bin/phpcs --colors --standard=PSR2 src \ No newline at end of file