Skip to content

Commit

Permalink
Add travis CI and coveralls badges
Browse files Browse the repository at this point in the history
  • Loading branch information
siloraptor committed May 20, 2014
1 parent a51565f commit 0804948
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Development of this project has now moved to (https://github.com/mayan-edms/mayan-edms/), please update your git remotes accordingly and post future issues on this new location, thanks!
[![Build Status](https://travis-ci.org/mayan-edms/mayan-edms.svg?branch=master)](https://travis-ci.org/mayan-edms/mayan-edms)

[![Coverage Status](https://img.shields.io/coveralls/mayan-edms/mayan-edms.svg)](https://coveralls.io/r/mayan-edms/mayan-edms)

![Logo](https://github.com/rosarior/mayan/raw/master/docs/_static/mayan_logo_landscape_black.jpg)

Expand Down Expand Up @@ -31,7 +33,7 @@ installation when executing the fabfile.
- Debian or Ubuntu:

cd /tmp && sudo apt-get install -y fabric wget tar gzip && wget https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=<Your MySQL root password>" > ~/.fabricrc && fab -H localhost install

- Fedora:

cd /tmp && sudo yum install -y fabric wget tar gzip && wget https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=<Your MySQL root password>" > ~/.fabricrc && fab -H localhost install
Expand Down

0 comments on commit 0804948

Please sign in to comment.