14 lines
150 B
YAML
14 lines
150 B
YAML
branches:
|
|
only:
|
|
- core-tests
|
|
|
|
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
|
|
script: php artisan test:core
|
|
|
|
notifications:
|
|
irc:
|
|
- "irc.freenode.org#laravel" |