Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into 7.0
Conflicts: .travis.yml
This commit is contained in:
commit
f216da78d5
10
.travis.yml
10
.travis.yml
@ -63,15 +63,15 @@ matrix:
|
|||||||
# 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'
|
- php: '5.4'
|
||||||
env: DB=mysql
|
env: DB=mariadb
|
||||||
- php: '5.5'
|
- php: '5.5'
|
||||||
env: DB=mysql
|
env: DB=mariadb
|
||||||
- php: '5.6'
|
- php: '5.6'
|
||||||
env: DB=mysql
|
env: DB=mariadb
|
||||||
- php: '7.0'
|
- php: '7.0'
|
||||||
env: DB=mysql
|
env: DB=mariadb
|
||||||
- php: '7.1'
|
- php: '7.1'
|
||||||
env: DB=mysql
|
env: DB=mariadb
|
||||||
- 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