.travis.yml 204 B

1234567891011121314
  1. language: php
  2. php:
  3. - 5.3
  4. - 5.4
  5. - 5.5
  6. before_script:
  7. - composer install --dev --prefer-source
  8. script: phpunit
  9. notifications:
  10. webhooks: http://sonata-project.org/bundles/admin/master/travis