Skip to content

Commit

Permalink
Merge pull request ga4gh#4 from jeenalee/travis-logo
Browse files Browse the repository at this point in the history
Add build status images to README
  • Loading branch information
kellrott authored Oct 19, 2016
2 parents 8c86fd5 + 176a60e commit 2821773
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
```

0 comments on commit 2821773

Please sign in to comment.