Browse Source

Merge pull request #198 from kaadevelop/10.0

🛡️ postgres 10
pull/200/head
Ivan Yelizariev 5 years ago
committed by GitHub
parent
commit
532bcb54aa
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="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0"

Loading…
Cancel
Save