From 4b519b8e8760251178b8488bdb0e722c159c344d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 21 Feb 2020 16:05:46 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0b330e7..41f17b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,10 @@ steps: -- name: install - image: composer - commands: - - composer install + - name: install + image: composer + commands: + - composer install -- name: test - image: php:7 - commands: - - vendor/bin/phpunit + - name: test + image: php:7 + commands: + - vendor/bin/phpunit \ No newline at end of file