Files
core/.travis.yml
T

11 lines
107 B
YAML

sudo: false
language: php
php:
- '7.1'
- '7.2'
- '7.3'
install:
- composer install
script:
- ./t