From 0a62ee187814338b34457657ee46a3ff02ef1f2f Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Sat, 29 Sep 2018 19:45:53 -0700 Subject: [PATCH] Fix drone yaml file --- .drone.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5ee9565..e6c75d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,12 @@ pipeline: build: - image: node:${NODE_VERSION} + image: node:${NODE_VERSION} commands: - npm install - npm run test matrix: - NODE_VERSION: - - latest - - "8" - - "7" - - "6" - - "4" + NODE_VERSION: + - latest + - "9" + - "8"