Skip to content

Commit

Permalink
Fixed travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Mar 5, 2017
1 parent 4a26f56 commit 91cc4e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before_script:

script:
- cd test_project
- coverage run --source ../modoboa_amavis manage.py test modoboa_webmail
- coverage run --source ../modoboa_webmail manage.py test modoboa_webmail

after_success:
- codecov
Expand Down
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
modoboa-webmail
===============

|landscape| |rtfd|
|travis| |landscape| |rtfd|

The webmail of Modoboa.

Expand Down Expand Up @@ -38,6 +38,9 @@ Run the following commands to setup the database tables and collect static files
Finally, restart the python process running modoboa (uwsgi, gunicorn,
apache, whatever).

.. |travis| image:: https://travis-ci.org/modoboa/modoboa-webmail.svg?branch=master
:target: https://travis-ci.org/modoboa/modoboa-webmail

.. |landscape| image:: https://landscape.io/github/modoboa/modoboa-webmail/master/landscape.svg?style=flat
:target: https://landscape.io/github/modoboa/modoboa-webmail/master
:alt: Code Health
Expand Down

0 comments on commit 91cc4e4

Please sign in to comment.