From 33c37fde0b351c942436ccf020f9459e9a203eed Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Mon, 11 Mar 2019 20:34:48 +0100 Subject: [PATCH] Use older format for drone --- .drone.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index a41f72d..e2e4103 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,7 @@ -kind: pipeline -name: testing -clone: - depth: 50 - -steps: - - name: testing +pipeline: + testing: image: golang:1.11 - pull: true commands: - go test -v . - go vet