Update .travis.yml

This commit is contained in:
Frédéric FRANCE 2015-11-28 17:38:48 +01:00
parent 212fce2ab7
commit d178c1bf37

View File

@ -45,6 +45,8 @@ before_script:
- which phpunit
- phpunit --version
- echo Install phpcs then show installed rules
- cp composer.json composer.json.old
- cp composer.json.phpcs composer.json
- composer self-update
- composer require squizlabs/php_codesniffer:${PHPCS_VERSION}
- composer install