.travis.yml 152 B

1234567891011121314
  1. branches:
  2. only:
  3. - core-tests
  4. language: php
  5. php:
  6. - 5.3
  7. script: "php artisan test:core"
  8. notifications:
  9. irc:
  10. - "irc.freenode.org#laravel"