.travis.yml 255 B

1234567891011121314
  1. language: php
  2. php:
  3. - 5.3
  4. # - 5.4
  5. env:
  6. - SYMFONY_VERSION=v2.0.12
  7. - SYMFONY_VERSION=origin/2.0
  8. before_script: php Tests/tests/vendors.php
  9. script: phpunit
  10. notifications:
  11. webhooks: http://sonata-project.org/bundles/doctrine-orm-admin/2-0/travis