mirror of https://github.com/OCA/social.git
Merge pull request #400 from Eficent/11.0-fix-travis
[FIX] travis. set postgres version to 9.6 as 9.3 is not available in xenial.pull/395/head
commit
bfd603169f
|
@ -7,6 +7,7 @@ sudo: false
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
postgresql: "9.6"
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- expect-dev # provides unbuffer utility
|
- expect-dev # provides unbuffer utility
|
||||||
|
|
Loading…
Reference in New Issue