Skip to content

Commit

Permalink
Fix debian distribution for older PHP versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Sep 15, 2019
1 parent 49e4850 commit 38648a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ php:
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4

# This triggers builds to run on the new (faster) TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false

cache:
directories:
Expand All @@ -25,8 +19,14 @@ matrix:
include:
- php: 7.2
env: SNIFF=1
- php: 5.5
# As the latest Debian does not support PHP 5.5 anymore, we need to force using 'trusty'.
dist: trusty
- php: 5.4
# As the latest Debian does not support PHP 5.4 anymore, we need to force using 'trusty'.
dist: trusty
- php: 5.3
# As 'trusty' is not supporting PHP 5.2/5.3 anymore, we need to force using 'precise'.
# As the latest Debian does not support PHP 5.3 anymore, we need to force using 'precise'.
dist: precise

fast_finish: true
Expand Down

0 comments on commit 38648a8

Please sign in to comment.