mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 19:12:30 +01:00
9 lines
198 B
YAML
9 lines
198 B
YAML
dist: xenial
|
|
language: php
|
|
notifications: {email: false}
|
|
php: ['7.2', '7.3']
|
|
|
|
install: composer install --no-interaction
|
|
script: composer run-script test
|
|
after_success: composer run-script coverage
|