Updated the CI

This commit is contained in:
Cédric Belin
2019-04-17 18:48:21 +02:00
parent 21b2fc1fa3
commit 72ad2d9c84
2 changed files with 4 additions and 4 deletions

View File

@ -4,5 +4,5 @@ notifications: {email: false}
php: ['7.2', '7.3']
install: composer install --no-interaction
script: composer test
after_success: composer coverage
script: composer run-script test
after_success: composer run-script coverage