Browse Source
Merge pull request #286 from Eficent/11.0-upd-reporting_engine
[11.0][UPD] travis.yml: Update postgresql version
pull/287/head
Pedro M. Baeza
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
1 deletions
-
.travis.yml
|
|
@ -11,7 +11,7 @@ addons: |
|
|
|
- python-lxml # because pip installation is slow |
|
|
|
- pdftk |
|
|
|
- wkhtmltopdf # only add if needed and check the before_install section below |
|
|
|
postgresql: "9.3" |
|
|
|
postgresql: "9.6" |
|
|
|
|
|
|
|
# set up an X server to run wkhtmltopdf. |
|
|
|
before_install: |
|
|
|