Initial Commit

This commit is contained in:
Tom Lingham
2014-07-13 21:12:07 +10:00
commit 4c0890f936
6 changed files with 98 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: phpunit