X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/c13e28573a7ec204809fb42bab55eb56cdf77332..729cf0b66d9ccaf381a2150f75fb57c1c98c3b4c:/README.rst?ds=sidebyside diff --git a/README.rst b/README.rst index 76b6c0b..2b7bd62 100644 --- a/README.rst +++ b/README.rst @@ -99,9 +99,9 @@ Manual installation #. Download the latest release from http://cweiske.de/grauphel.htm and extract it. For example:: - $ wget http://cweiske.de/download/grauphel/grauphel-0.5.0.tar.bz2 - $ tar xjvf grauphel-0.5.0.tar.bz2 - $ rm grauphel-0.5.0.tar.bz2 + $ wget http://cweiske.de/download/grauphel/grauphel-0.5.1.tar.bz2 + $ tar xjvf grauphel-0.5.1.tar.bz2 + $ rm grauphel-0.5.1.tar.bz2 You do have a directory ``/var/www/owncloud/apps/grauphel`` now. #. Using your browser, login as administrator into ownCloud and click @@ -155,6 +155,18 @@ Development hints incremented by 1. +Unit testing +============ +- `ownCloud unit testing documentation`__ +- `grauphel on Travis CI`__ + + .. image:: https://travis-ci.org/cweiske/grauphel.svg + :target: https://travis-ci.org/cweiske/grauphel + +__ https://doc.owncloud.org/server/8.0/developer_manual/core/unit-testing.html +__ https://travis-ci.org/cweiske/grauphel + + Releasing grauphel ================== To release a new version, do the following: