.travis.yml 234 B

1234567891011121314
  1. language: php
  2. php:
  3. - 5.3
  4. - 5.4
  5. - 5.5
  6. before_script: composer install --dev --prefer-source
  7. script: bin/phpspec run -fpretty --verbose
  8. notifications:
  9. email: "travis-ci@sylius.org"
  10. irc: "irc.freenode.org#sylius-dev"