Attempting to get phpcs working with Travis
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ php:
|
||||
- 5.5
|
||||
|
||||
before_install:
|
||||
- pear install pear/PHP_CodeSniffer
|
||||
- pyrus install pear/PHP_CodeSniffer
|
||||
- phpenv rehash
|
||||
|
||||
script:
|
||||
- phpcs --standard=PSR2 src/
|
||||
|
||||
Reference in New Issue
Block a user