.travis.yml 164 B

123456789101112131415
  1. language: php
  2. php:
  3. - 5.3
  4. - 5.4
  5. - 5.5
  6. - 5.6
  7. - hhvm
  8. sudo: false
  9. install: composer install
  10. notifications:
  11. email: friendsofsymfony-dev@googlegroups.com