Browse Source

Merge pull request #199 from kaadevelop/11.0_v2

🛡️ postgres 11
pull/202/head
Ivan Yelizariev 5 years ago
committed by GitHub
parent
commit
baaa150c93
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .travis.yml

6
.travis.yml

@ -8,16 +8,12 @@ sudo: false
cache: pip
addons:
postgresql: "9.5"
apt:
packages:
- 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