.travis.yml 223 B

123456789101112131415
  1. language: php
  2. php:
  3. - '5.4'
  4. - '5.5'
  5. - '5.6'
  6. - '7.0'
  7. - hhvm
  8. - nightly
  9. install:
  10. - pear install PHP_CodeSniffer
  11. script:
  12. - phpenv rehash
  13. - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p