Browse Source
Merge pull request #199 from kaadevelop/11.0_v2
🛡️ postgres 11
pull/202/head
Ivan Yelizariev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
5 deletions
-
.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" |
|
|
|