From 1277cc93dc07805209c0474e7ac05f90ab83658e Mon Sep 17 00:00:00 2001 From: Bo Yao Date: Tue, 1 Oct 2019 15:50:08 -0700 Subject: [PATCH] Add badge; test build trigger by bot --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39c2700d6e..d13b095737 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # nearlib + ![Build Status](https://gitlab.com/near-protocol/near-wallet/badges/master/pipeline.svg) + nearlib is a JavaScript/TypeScript library for development of DApps on NEAR platform. ## Install dependencies @@ -32,4 +34,4 @@ Start the node by following instructions from nearcore/README.md, then yarn test ``` -Tests use sample contract from `near-hello` npm package, see https://github.com/nearprotocol/near-hello \ No newline at end of file +Tests use sample contract from `near-hello` npm package, see https://github.com/nearprotocol/near-hello