mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 07:55:35 +00:00
12 lines
172 B
YAML
12 lines
172 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
|
|
before_script:
|
|
- composer self-update
|
|
- composer install --prefer-source --no-interaction --dev
|
|
|
|
script: phpunit |