Add .travis.yml file for continuous integration with Travis CI.

This commit is contained in:
Franz Liedke 2012-07-13 23:33:12 +02:00
parent 37241db646
commit 4fd1a4fe39
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View 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"