Remove .travis.yml

This commit is contained in:
Oliver Davies 2020-03-01 18:47:36 +00:00
parent 8038cf5f63
commit 4fe902b860

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