Browse Source

Fix travis testing on PHP 5.4 and 5.5

pull/7075/head
Aleksander Machniak 6 years ago
parent
commit
e37d9a1337
  1. 4
      .travis.yml

4
.travis.yml

@ -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