Skip to content

Commit

Permalink
Merge pull request #440 from theodorejb/fix-build
Browse files Browse the repository at this point in the history
Fix broken build for PHP 5.4 and PHP 5.5
  • Loading branch information
stof authored Aug 28, 2019
2 parents f7b200e + 3ba8e15 commit 93d6a38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ branches:

matrix:
include:
- php: 5.3
dist: precise
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
env: DEPENDENCIES='low'
- php: 5.6
Expand All @@ -24,11 +28,7 @@ matrix:
- php: 7.2
- php: 7.3
- php: 7.4snapshot
- php: 5.3
dist: precise
fast_finish: true
allow_failures:
- php: 7.4snapshot

install:
- export COMPOSER_ROOT_VERSION=dev-master
Expand Down

0 comments on commit 93d6a38

Please sign in to comment.