mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Try to reduce travis load
This commit is contained in:
parent
e51dd970d3
commit
b7c8b30fac
|
|
@ -62,11 +62,13 @@ matrix:
|
|||
- php: nightly
|
||||
# We exclude some combinations not usefull to save Travis CPU
|
||||
exclude:
|
||||
- php: 5.4
|
||||
- php: '5.4'
|
||||
env: DB=postgresql
|
||||
- php: 5.5
|
||||
- php: '5.5'
|
||||
env: DB=postgresql
|
||||
- php: 5.6
|
||||
- php: '5.6'
|
||||
env: DB=postgresql
|
||||
- php: hhvm
|
||||
env: DB=postgresql
|
||||
- php: nightly
|
||||
env: DB=postgresql
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user