From 23960eda7a6ec5d18867b58dab7acdf7595df2c7 Mon Sep 17 00:00:00 2001 From: Heather Young Date: Thu, 13 Jul 2017 16:44:32 -0700 Subject: [PATCH] updated drone config --- .drone.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index d65724a..99b0f4f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,18 @@ -build: - image: node:$$NODE_VERSION - commands: - - npm install - - npm run lint - - npm test +pipeline: + build: + image: node:${NODE_VERSION} + commands: + - npm install + - npm run lint + - npm test + slack: + image: plugins/slack + username: drone + channel: alerts + secrets: [ slack_webhook ] matrix: NODE_VERSION: - 0.10 - 0.12 - 4 - - 5 -notify: - slack: - webhook_url: $$SLACK_HOOK - channel: alerts - username: drone + - 5 \ No newline at end of file