Mise à jour de '.drone.yml'

This commit is contained in:
Simon Vieille 2020-02-21 16:05:46 +01:00
parent 5b9ad23076
commit 4b519b8e87

View file

@ -1,10 +1,10 @@
steps: steps:
- name: install - name: install
image: composer image: composer
commands: commands:
- composer install - composer install
- name: test - name: test
image: php:7 image: php:7
commands: commands:
- vendor/bin/phpunit - vendor/bin/phpunit