Skip to content

Commit

Permalink
Use RO as test case for travis widget, Fixes OBOFoundry#164
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Nov 5, 2015
1 parent 8c6e6fa commit e7d77c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _layouts/ontology_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,13 @@ <h2>Products</h2>
<dt>Jobs</dt>
{% for p in page.jobs %}
<dd>
{% if p.type == "travis-cl" or p.id contains "travis" %}
<a href="{{p.id}}">
<img alt="Build Status" src="{{p.id}}.svg?branch=master"/>
</a>
{% else %}
<a href="{{p.id}}">{{p.type}}</a>
{% endif %}
</dd>
{% endfor %}
{% endif %}
Expand Down
2 changes: 2 additions & 0 deletions ontology/ro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ contact:
jobs:
- id: http://build.berkeleybop.org/job/build-ro
type: DryRunBuild
- id: https://travis-ci.org/oborel/obo-relations
type: travis-ci
products:
- id: ro.owl
title: Relation Ontology
Expand Down

0 comments on commit e7d77c2

Please sign in to comment.