Skip to content

Commit

Permalink
Fix travis testing on PHP 5.4 and 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Sep 28, 2019
1 parent 4683204 commit e37d9a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php

sudo: false

dist: trusty

matrix:
fast_finish: true
include:
Expand All @@ -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:
Expand Down

0 comments on commit e37d9a1

Please sign in to comment.