Update .travis.yml

This commit is contained in:
Hauke 2020-09-10 15:16:29 +02:00 committed by GitHub
parent 47b0274008
commit 23ab91faa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@ language: php
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
install:
- composer install