initial commit
This commit is contained in:
commit
bf1a4e1879
17 changed files with 822 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue