the whole shebang
This commit is contained in:
12
vendor/laravel/framework/.travis.yml
vendored
Executable file
12
vendor/laravel/framework/.travis.yml
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
|
||||
before_script:
|
||||
- curl -s http://getcomposer.org/installer | php
|
||||
- php composer.phar install --prefer-source --no-interaction --dev
|
||||
|
||||
script: phpunit
|
Reference in New Issue
Block a user