From 4105fc32e19b876daac6dab80bd82e33147e1a15 Mon Sep 17 00:00:00 2001 From: Alokito Date: Mon, 10 Aug 2020 20:06:31 -0400 Subject: [PATCH] Update README.md added link to travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 334cf1f..02b236c 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,8 @@ For convenience, the code repo includes a `run.sh.example` shell script to run t ## Running Tests +[![Build Status](https://travis-ci.org/Novartis/cellxgene-gateway.svg?branch=master)](https://travis-ci.org/Novartis/cellxgene-gateway) + ```bash python -m unittest discover tests ```