initial commit

This commit is contained in:
Matthew Goslett 2017-07-27 11:11:02 +02:00
commit bf1a4e1879
17 changed files with 822 additions and 0 deletions

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- nightly
before_script:
- composer install
script: ./vendor/bin/phpunit --configuration phpunit.xml