Install composer packages on Travis build to be able to use phpcs

This commit is contained in:
Rodrigo Primo 2019-03-13 16:42:52 -03:00
parent 2098ad0516
commit dca1f3d4d7
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ before_script:
else else
echo "xdebug.ini does not exist" echo "xdebug.ini does not exist"
fi fi
- composer install
script: script:
- ./vendor/bin/phpcs -s -n -p * - ./vendor/bin/phpcs -s -n -p *