Try to reduce travis load
This commit is contained in:
parent
205989b64b
commit
6a650be43d
12
.travis.yml
12
.travis.yml
@ -57,11 +57,15 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.1
|
|
||||||
- php: nightly
|
- php: nightly
|
||||||
#- env: DB=postgresql
|
# We exclude some combinations not usefull to save Travis CPU
|
||||||
# TODO
|
exclude:
|
||||||
#- env: DB=sqlite
|
- php: 5.4
|
||||||
|
env: DB=postgresql
|
||||||
|
- php: 5.5
|
||||||
|
env: DB=postgresql
|
||||||
|
- php: 5.6
|
||||||
|
env: DB=postgresql
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user