Files
minicrm/.travis.yml
2012-07-14 00:55:47 +03:00

14 lines
152 B
YAML

branches:
only:
- core-tests
language: php
php:
- 5.3
script: "php artisan test:core"
notifications:
irc:
- "irc.freenode.org#laravel"