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