Fix CI for PHP 5.4 and 5.5

Only supported on Trusty in Travis CI.
This commit is contained in:
Hoel Guilcher
2020-05-16 11:29:02 +02:00
parent 824f78e25b
commit 271e6c5518

View File

@@ -1,8 +1,6 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
@@ -18,3 +16,7 @@ matrix:
include:
- php: 5.3
dist: precise
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty