From 987cf0d170f5f89fd794f7e13e1919d71759684b Mon Sep 17 00:00:00 2001 From: Simon White Date: Mon, 2 Oct 2017 10:32:38 +0100 Subject: [PATCH] Update travis command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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