Remove php 5.5

This commit is contained in:
Laurent Destailleur 2019-12-23 19:14:00 +01:00
parent 094b37d79d
commit 14c510f4be

View File

@ -29,7 +29,6 @@ addons:
- pgloader
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
@ -60,8 +59,6 @@ matrix:
- php: nightly
# We exclude some combinations not usefull to save Travis CPU
exclude:
- php: '5.6'
env: DB=mariadb
- php: '7.0'
env: DB=mariadb
- php: '7.1'
@ -70,8 +67,6 @@ matrix:
env: DB=mariadb
- php: '7.3'
env: DB=mariadb
- php: '5.6'
env: DB=postgresql
- php: '7.0'
env: DB=postgresql
- php: '7.1'