Reduce travis test to min and max php only
This commit is contained in:
parent
26cff9e11f
commit
d8fb18e6a9
11
.travis.yml
11
.travis.yml
@ -37,7 +37,6 @@ php:
|
|||||||
- '7.0'
|
- '7.0'
|
||||||
- '7.1'
|
- '7.1'
|
||||||
- '7.2'
|
- '7.2'
|
||||||
#- hhvm only with dist: trusty
|
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -63,6 +62,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.5'
|
||||||
|
env: DB=mysql
|
||||||
|
- php: '5.6'
|
||||||
|
env: DB=mysql
|
||||||
|
- php: '7.0'
|
||||||
|
env: DB=mysql
|
||||||
|
- php: '7.1'
|
||||||
|
env: DB=mysql
|
||||||
- php: '5.5'
|
- php: '5.5'
|
||||||
env: DB=postgresql
|
env: DB=postgresql
|
||||||
- php: '5.6'
|
- php: '5.6'
|
||||||
@ -71,8 +78,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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user