Browse Source

[FIX] .travis.yml: PG

11.0
Pedro M. Baeza 4 years ago
committed by GitHub
parent
commit
5ec8837097
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .travis.yml

3
.travis.yml

@ -6,6 +6,7 @@ python:
- "3.5"
addons:
postgresql: "9.6"
apt:
# only add the two lines below if you need wkhtmltopdf for your tests
# sources:
@ -25,7 +26,7 @@ addons:
env:
global:
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- VERSION="11.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
matrix:
- LINT_CHECK="1"

Loading…
Cancel
Save