draeger-lab / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
20 stars 13 forks source link

Build icon in README links to incorrect page #33

Closed matthiaskoenig closed 4 years ago

matthiaskoenig commented 4 years ago

The tests are currently failing for the latest commits, but the build icon links to another repository in the README which is passing

[![Build Status](https://travis-ci.org/shalinshah1993/SBSCL.svg?branch=master&style=plastic)](https://travis-ci.org/shalinshah1993/SBSCL)

Build Status This is confusing and incorrect. Link to correct travis results page.

matthiaskoenig commented 4 years ago

@hemilpanchiwala could you also have a look at this one. Is a minor fix in the link in the Readme.

hemilpanchiwala commented 4 years ago

@matthiaskoenig, I will fix it with the same PR solving issue #34.