Updated Travis Config

This commit is contained in:
Graham Campbell 2019-12-08 12:40:26 +00:00 committed by GitHub
parent a4ed6b80f3
commit 3a26b8fc46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@ language: php
matrix:
include:
- php: 5.3
dist: precise
dist: trusty
- php: 5.4
dist: precise
dist: trusty
- php: 5.5.9
dist: trusty
- php: 5.5
@ -15,13 +15,13 @@ matrix:
- php: 7.0
dist: xenial
- php: 7.1
dist: xenial
dist: bionic
- php: 7.2
dist: xenial
dist: bionic
- php: 7.3
dist: xenial
- php: 7.4snapshot
dist: xenial
dist: bionic
- php: 7.4
dist: bionic
before_install: true