From 176a60e587157a704b427ef2da97fd1a16ab8002 Mon Sep 17 00:00:00 2001 From: Jeena Lee Date: Wed, 19 Oct 2016 14:46:19 -0700 Subject: [PATCH] Add build status img to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba157f8..18239d8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +master: ![master-build-status](https://travis-ci.org/bmeg/task-execution-server.svg?branch=master) + +develop: ![develop-build-status](https://travis-ci.org/bmeg/task-execution-server.svg?branch=develop) + # task-execution-server ## Initial tool install @@ -38,6 +42,6 @@ pip install pyyaml ## Run Example workflow ``` -python funnel/main.py --tes tes.yaml test/hashsplitter-workflow.cwl --input README.md +python funnel/main.py --tes tes.yaml test/hashsplitter-workflow.cwl --input README.md ```