diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bc9ff73 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: php + +php: + - 5.3 + - 5.4 + +before_script: + - composer install --dev + +script: + - phpunit -c test/ diff --git a/README.md b/README.md index 7976709..d6f9a5f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # FR3D XmlDSig +[![Build Status](https://secure.travis-ci.org/Maks3w/xmldsig.png?branch=master)](http://travis-ci.org/Maks3w/xmldsig) + This repository offers an easy interface to manipulate [XML Digital Signatures](http://www.w3.org/TR/xmldsig-core/) based in PHP Language.