Fix travis testing on PHP 5.4 and 5.5

pull/7075/head
Aleksander Machniak 5 years ago
parent 4683204ddf
commit e37d9a1337

@ -2,6 +2,8 @@ language: php
sudo: false
dist: trusty
matrix:
fast_finish: true
include:
@ -10,6 +12,8 @@ matrix:
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
env: CODE_COVERAGE=1
cache:

Loading…
Cancel
Save