Browse Source

Merge pull request #196 from kaadevelop/11.0

🛡️ services postgresql 11.0
pull/199/head
Ivan Yelizariev 5 years ago
committed by GitHub
parent
commit
de134197c8
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="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0"

Loading…
Cancel
Save