add .travis.yml to subpackage

This commit is contained in:
Tomas Votruba 2018-08-10 18:56:20 +02:00
parent 1c38169690
commit 5f82f775aa

View File

@ -0,0 +1,14 @@
language: php
php:
- 7.1
- 7.2
install:
- composer install
script:
- vendor/bin/phpunit
notifications:
email: never