Browse Source

Merge pull request #195 from kaadevelop/10.0

🛡️ services postgresql 10.0
pull/197/head
Ivan Yelizariev 5 years ago
committed by GitHub
parent
commit
e6a8fc122f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0"

Loading…
Cancel
Save