.travis.yml 151 B

1234567891011
  1. language: php
  2. php:
  3. - 5.3
  4. - 5.4
  5. branches:
  6. only:
  7. - master
  8. - v0.7
  9. - v0.8
  10. services: redis-server
  11. script: phpunit -c phpunit.xml.travisci