Skip to content

Commit

Permalink
Merge pull request #223 from dhardy/master
Browse files Browse the repository at this point in the history
Fix Travis key and update README
  • Loading branch information
dhardy authored Jan 10, 2019
2 parents 1af866f + eaef019 commit ea86c7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ before_deploy:
deploy:
provider: releases
skip_cleanup: true
api_key: $GH_TOKEN
file: openMalaria-$TRAVIS_OS_NAME.tar.gz
on:
tags: true
Expand Down
29 changes: 10 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Linux Build Status](https://travis-ci.org/SwissTPH/openmalaria.svg?branch=master)](https://travis-ci.org/SwissTPH/openmalaria)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/dhardy/openmalaria)](https://ci.appveyor.com/project/dhardy/openmalaria)

[![Stories in Ready](https://badge.waffle.io/SwissTPH/openmalaria.png?label=ready&title=Ready)](https://waffle.io/SwissTPH/openmalaria)
Open Malaria
============

Expand All @@ -22,24 +23,6 @@ or in the `schema` folder (both past releases and development version).
You can download the latest build here:
[releases](https://github.com/SwissTPH/openmalaria/releases)

Status of __[master](https://github.com/SwissTPH/openmalaria/tree/master)__
builds:

[![Linux Build Status](https://travis-ci.org/SwissTPH/openmalaria.svg?branch=master)](https://travis-ci.org/SwissTPH/openmalaria)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/8el77m2gg4aqqnqg/branch/master?svg=true)](https://ci.appveyor.com/project/tph-thuering/openmalaria/branch/master)

Status of __[develop](https://github.com/SwissTPH/openmalaria/tree/develop)__
builds:


[![Build Status](https://travis-ci.org/SwissTPH/openmalaria.svg?branch=develop)](https://travis-ci.org/SwissTPH/openmalaria)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/8el77m2gg4aqqnqg/branch/develop?svg=true)](https://ci.appveyor.com/project/tph-thuering/openmalaria/branch/develop)

Code Coverage:
![Coverage Status](https://coveralls.io/repos/SwissTPH/openmalaria/badge.svg)

License: [GPL v2](http://opensource.org/licenses/GPL-2.0) (see COPYING).

Version
======

Expand Down Expand Up @@ -91,3 +74,11 @@ Code subdirectories:
| schema/scenario_*.xsd | Copies of released schema versions, with all components inlined in the same file. |

This git repository is currently maintained by members of the [Dynamical Modelling Group](http://www.swisstph.ch/about-us/departments/epidemiology-and-public-health-eph/health-systems-research-and-dynamical-modelling/dynamical-modelling.html) of the __Swiss Tropical and Public Health institute__ and other collaborators.


License
=====

OpenMalaria is distributed under the terms of the
[GPL v2](http://opensource.org/licenses/GPL-2.0) (also see [COPYING](COPYING)),
or, (at your option) any later version.

0 comments on commit ea86c7c

Please sign in to comment.