From ffa20017e00cb8a116c4c5e6bfbcd5535a1cf758 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 8 Feb 2019 14:53:02 +0300 Subject: [PATCH 1/2] update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ad3fccd..faf2e06 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Build Status](https://img.shields.io/travis/retailcrm/mg-bot-api-client-js/master.svg?logo=travis&style=flat-square)](https://travis-ci.org/retailcrm/mg-bot-api-client-js) +[![GitHub release](https://img.shields.io/github/release/retailcrm/mg-bot-api-client-js.svg?style=flat-square)](https://github.com/retailcrm/mg-bot-api-client-js/releases) +[![Node version](https://img.shields.io/node/v/mg-bot-api-client-js.svg?style=flat-square)] + + # retailCRM Message Gateway Bot API JS client This is js retailCRM bot API client. From c4c22c421db53a10eb477e0c6b8cc7f81edcc2e5 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 8 Feb 2019 15:00:17 +0300 Subject: [PATCH 2/2] fix travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9f2514..74ba571 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ node_js: - "11" - "10" - "8" -script: npm tests \ No newline at end of file +script: npm run test \ No newline at end of file