Remove .travis.yml

This commit is contained in:
Oliver Davies 2020-03-01 18:47:36 +00:00
parent b9dfa9bd7e
commit 37c48b07e6

View file

@ -1,17 +0,0 @@
language: php
php:
- 7.1
- 7.2
- 7.3
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- composer install --dev --prefer-source --no-interaction
script:
- composer test