Merge pull request #286 from Eficent/11.0-upd-reporting_engine
[11.0][UPD] travis.yml: Update postgresql versionpull/287/head
commit
10ccca47d8
|
@ -11,7 +11,7 @@ addons:
|
||||||
- python-lxml # because pip installation is slow
|
- python-lxml # because pip installation is slow
|
||||||
- pdftk
|
- pdftk
|
||||||
- wkhtmltopdf # only add if needed and check the before_install section below
|
- 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.
|
# set up an X server to run wkhtmltopdf.
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in New Issue