.travis.yml 251 B

123456789101112131415161718192021
  1. language: php
  2. php:
  3. - 5.4
  4. - 5.5
  5. - 5.6
  6. - 7.0
  7. - hhvm
  8. ## Cache composer
  9. sudo: false
  10. cache:
  11. directories:
  12. - $HOME/.composer/cache
  13. install:
  14. - travis_retry composer install --prefer-dist --no-interaction
  15. script: vendor/bin/phpspec run