.travis.yml 116 B

12345678910
  1. language: php
  2. php:
  3. - 5.3
  4. script: "php artisan test:core"
  5. notifications:
  6. irc:
  7. - "irc.freenode.org#laravel"