Browse Source

[FIX] set postgres version

pull/397/head
Holger Brunn 5 years ago
parent
commit
f4e2ab31f2
  1. 1
      .travis.yml

1
.travis.yml

@ -11,6 +11,7 @@ addons:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
postgresql: "9.6"
env:
global:

Loading…
Cancel
Save