Added the repository settings

This commit is contained in:
Cédric Belin
2018-11-01 23:23:05 +01:00
parent 24ecee12ba
commit cadb3a774c
8 changed files with 104 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
dist: trusty
language: php
notifications: {email: false}
php: '7.2'
sudo: false
install: composer install --no-interaction
script: composer test
after_success: composer coverage