From e7d77c21d4a5f37b27ef5f71f6abdbab1bdb9d56 Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Wed, 4 Nov 2015 23:19:35 -0800 Subject: [PATCH] Use RO as test case for travis widget, Fixes #164 --- _layouts/ontology_detail.html | 6 ++++++ ontology/ro.md | 2 ++ 2 files changed, 8 insertions(+) diff --git a/_layouts/ontology_detail.html b/_layouts/ontology_detail.html index 4510080f3..ce2439f71 100644 --- a/_layouts/ontology_detail.html +++ b/_layouts/ontology_detail.html @@ -227,7 +227,13 @@

Products

Jobs
{% for p in page.jobs %}
+ {% if p.type == "travis-cl" or p.id contains "travis" %} + + Build Status + + {% else %} {{p.type}} + {% endif %}
{% endfor %} {% endif %} diff --git a/ontology/ro.md b/ontology/ro.md index 9ee3e02c6..33bcdff76 100644 --- a/ontology/ro.md +++ b/ontology/ro.md @@ -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