1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-09-13 04:30:17 +02:00

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: php:
- '7.1' - '7.1'
- '7.2' - '7.2'
- '7.3'
- '7.4'
install: install:
- composer install - composer install