/.travis.yml

http://github.com/FriendsOfSymfony/FOSFacebookBundle · YAML · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · db909e5dace1de37bfdfc7b17ef932ae MD5 · raw file

  1. language: php
  2. php:
  3. - 5.3
  4. - 5.4
  5. before_script:
  6. - composer install --dev --prefer-dist
  7. script: phpunit --coverage-text
  8. notifications:
  9. email:
  10. - friendsofsymfony-dev@googlegroups.com