Files
sugar-cube-client/.travis.yml
Cédric Belin 72ad2d9c84 Updated the CI
2019-04-17 18:48:21 +02:00

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