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 11, 2019
1 parent 49e4850 commit 2e65b1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -25,8 +25,14 @@ matrix:
include:
- php: 7.2
env: SNIFF=1
- php: 5.5
# As the latest Debian not supporting PHP 5.5 anymore, we need to force using 'trusty'.
dist: trusty
- php: 5.4
# As the latest Debian not supporting 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 not supporting PHP 5.3 anymore, we need to force using 'precise'.
dist: precise

fast_finish: true
Expand Down

0 comments on commit 2e65b1d

Please sign in to comment.