Browse Source

🛡️ services postgresql 11.0

pull/196/head
n1nka 5 years ago
parent
commit
4a46c2749a
  1. 5
      .travis.yml

5
.travis.yml

@ -13,6 +13,11 @@ addons:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
services:
- postgresql: "9.5"
env:
global:
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0"

Loading…
Cancel
Save