Update .travis.yml

This commit is contained in:
Hauke 2020-09-10 15:41:06 +02:00 committed by GitHub
parent 04eda76635
commit 7163a6dcb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,11 @@ php:
- '7.3'
- '7.4'
jobs:
fast_finish: true
allow_failures:
- php: 7.1
install:
- composer install