Add .travis.yml file for continuous integration with Travis CI.
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- core-tests
|
||||||
|
|
||||||
|
language: php
|
||||||
|
|
||||||
|
php:
|
||||||
|
- 5.3
|
||||||
|
|
||||||
|
script: php artisan test:core
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
- "irc.freenode.org#laravel"
|
||||||
Reference in New Issue
Block a user