Initial commit

This commit is contained in:
Rob Gloudemans
2013-05-22 20:12:34 +02:00
commit fa7e90e48a
12 changed files with 517 additions and 0 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: php
php:
- 5.3
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
script: phpunit