Only min and max version

This commit is contained in:
Laurent Destailleur 2018-09-02 15:22:49 +02:00
parent a7dfc88b59
commit 42cb2b07db

View File

@ -38,7 +38,6 @@ php:
- '7.0' - '7.0'
- '7.1' - '7.1'
- '7.2' - '7.2'
#- hhvm only with dist: trusty
- nightly - nightly
env: env:
@ -60,7 +59,6 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- php: hhvm
- php: nightly - php: nightly
# We exclude some combinations not usefull to save Travis CPU # We exclude some combinations not usefull to save Travis CPU
exclude: exclude:
@ -72,6 +70,8 @@ matrix:
env: DB=mysql env: DB=mysql
- php: '7.0' - php: '7.0'
env: DB=mysql env: DB=mysql
- php: '7.1'
env: DB=mysql
- php: '5.4' - php: '5.4'
env: DB=postgresql env: DB=postgresql
- php: '5.5' - php: '5.5'
@ -82,8 +82,6 @@ matrix:
env: DB=postgresql env: DB=postgresql
- php: '7.1' - php: '7.1'
env: DB=postgresql env: DB=postgresql
- php: hhvm
env: DB=postgresql
- php: nightly - php: nightly
env: DB=postgresql env: DB=postgresql