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.

22 lines
293B

  1. language: php
  2. php:
  3. - 5.3
  4. - 5.4
  5. - 5.5
  6. - 5.6
  7. - 7.0
  8. - hhvm
  9. sudo: false
  10. cache:
  11. directories:
  12. - $HOME/.composer/cache
  13. before_script:
  14. - travis_retry composer self-update
  15. - travis_retry composer install --no-interaction --prefer-dist
  16. script: make sniff test