Skip to content

Commit

Permalink
[Travis] Add config for Travis-Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Dec 16, 2012
1 parent 23f72e5 commit 07ccb29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: php

php:
- 5.3
- 5.4

before_script:
- composer install --dev

script:
- phpunit -c test/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 07ccb29

Please sign in to comment.