.travis.yml 138B

1234567891011
  1. language: php
  2. php:
  3. - 5.3
  4. - 5.4
  5. before_script: composer install --dev
  6. notifications:
  7. email: friendsofsymfony-dev@googlegroups.com