mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
added CodeSniffer's syntax check as part of travis tests
This commit is contained in:
parent
795792791e
commit
df27950e56
@ -3,4 +3,4 @@ php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
before_script: composer install
|
||||
script: "./vendor/bin/phpunit"
|
||||
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"
|
||||
|
@ -20,7 +20,8 @@
|
||||
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"squizlabs/php_codesniffer": "1.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
|
Loading…
Reference in New Issue
Block a user