From bb20882adef4de153e053f399787f588032a564f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Bechyn=C4=9B?= Date: Wed, 7 Jun 2017 16:18:46 +0200 Subject: [PATCH] Readme updated --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 291acce..463860c 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,11 @@ See a simplified implementation of ``dummyServiceMethod`` to get a clue: ``` For further information and getting inspiration for your implementation, see the unit tests in ``tests`` dir. + +# Contribute + +[![Build Status](https://travis-ci.org/tuscanicz/BeSimpleSoap.svg?branch=master)](https://travis-ci.org/tuscanicz/BeSimpleSoap) + +Feel free to contribute! Please, run the tests via Phing ``php phing -f build.xml``. + +**Warning:** Unit tests may fail under Windows OS, tested under Linux, MacOS.