You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
321 B
16 lines
321 B
language: php |
|
|
|
sudo: false |
|
|
|
php: |
|
- 7.0 |
|
|
|
before_script: |
|
- sh -c "composer require 'cakephp/cakephp-codesniffer:dev-master'" |
|
- phpenv rehash |
|
|
|
script: |
|
- sh -c "vendor/bin/phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests ./config ./webroot" |
|
|
|
notifications: |
|
email: false
|
|
|