Skip to content

Continuous Deployment

Benjamin Eder edited this page Feb 22, 2019 · 1 revision

To provide fast updates to the users this project aims to do Continuous Deployment or Delivery. This is achieved by building the App on Travis and deploying it to Google Play Store in case the build is successful and on either of the branches alpha, beta or stable.

Additionally if you tag a commit with a release using GitHub it will be build on Travis and deployed to the GitHub releases page.

Clone this wiki locally