mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
13 lines
113 B
YAML
13 lines
113 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
|
|
install:
|
|
- composer install
|
|
|
|
script:
|
|
- php ./vendor/bin/phpunit
|