.travis.yml

Summary

Maintainability
Test Coverage
language: php
php:
  - '7.1'
  - '7.2'
  - nightly

before_script:
  - "composer install"