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.

18 line
207B

  1. language: php
  2. php:
  3. - 5.3
  4. - 5.4
  5. - 5.5
  6. - hhvm
  7. matrix:
  8. allow_failures:
  9. - php: hhvm
  10. before_script:
  11. - composer self-update
  12. - composer install --dev
  13. script: make sniff test