Only min and max php version
This commit is contained in:
parent
53caac13a9
commit
df721a5fbc
@ -63,6 +63,14 @@ matrix:
|
|||||||
- 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:
|
||||||
|
- php: '5.4'
|
||||||
|
env: DB=mysql
|
||||||
|
- php: '5.5'
|
||||||
|
env: DB=mysql
|
||||||
|
- php: '5.6'
|
||||||
|
env: DB=mysql
|
||||||
|
- php: '7.0'
|
||||||
|
env: DB=mysql
|
||||||
- php: '5.4'
|
- php: '5.4'
|
||||||
env: DB=postgresql
|
env: DB=postgresql
|
||||||
- php: '5.5'
|
- php: '5.5'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user