Add Travis CI configuration

This commit is contained in:
Stefan Kalscheuer 2018-11-01 14:57:02 +01:00
parent 811bd94fa5
commit ff7fbbf3bf

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: php
dist: trusty
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
before_script:
- composer install
script:
- composer test-all