Attempting to get phpcs working with Travis

This commit is contained in:
Gregory Oschwald 2013-05-09 07:55:42 -07:00
parent 10472b5a71
commit 80fcd1d3e6

View File

@ -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/