From 0ae4891080bf79a319b46d1a6bcc1d8c9437671b Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Wed, 11 May 2016 23:01:35 +0800 Subject: [PATCH] add circleci --- README.md | 2 +- circle.yml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 circle.yml diff --git a/README.md b/README.md index c9536cdd..6207d7b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wechaty +# Wechaty [![Circle CI](https://circleci.com/gh/zixia/wechaty/tree/master.svg?style=svg)](https://circleci.com/gh/zixia/wechaty/) Wechaty is Wechat for Bot. It's a library/framework for easy creating wechat bot in 10 lines of code. diff --git a/circle.yml b/circle.yml new file mode 100644 index 00000000..fd7296e7 --- /dev/null +++ b/circle.yml @@ -0,0 +1,8 @@ +machine: + node: + version: 6.0.0 + +dependencies: + post: + override: + - npm install --dev -- GitLab