mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 03:06:02 +03:00
550f3b62e0
Rather than ship with all of these files I’ve separated out the server provisioning code from this repository.
13 lines
177 B
YAML
13 lines
177 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
|
|
before_script:
|
|
- composer install --dev
|
|
- vendor/tests/SetupEnvironment.sh
|
|
|
|
|
|
script: phpunit --verbose --coverage-text |