From 5d9c6961dc26ce03454339af6bbfff06f25182b1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 23 Dec 2018 00:16:47 +0100 Subject: [PATCH] remove npm test step --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a8fdb74..a3fa484 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,6 @@ pipeline: commands: - npm install -g bower gulp - npm install - - npm test - gulp when: event: push