diff --git a/.drone.yml b/.drone.yml index e220d53..15382cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,12 @@ type: docker name: default steps: - - name: install - image: composer - commands: - - composer install +- name: install +image: composer +commands: +- composer install - - name: test - image: php:7 - commands: - - vendor/bin/phpunit \ No newline at end of file +- name: test +image: php:7 +commands: +- vendor/bin/phpunit \ No newline at end of file