From 9aade40c0f571e8cbab1dd59d3d696d993be8315 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 21 Feb 2020 16:07:26 +0100 Subject: [PATCH] test3 --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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