Skip to content

Commit

Permalink
[FIX] .travis.yml: Postgres + remove wkhtmltopdf hack
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Aug 16, 2019
1 parent 68f1e7c commit 0ff06ea
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ python:
- "2.7.13"

addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
Expand All @@ -18,18 +19,13 @@ addons:
env:
global:
- VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" WEBSITE_REPO="1"
- WKHTMLTOPDF_VERSION="0.12.4"
- WKHTMLTOPDF_VERSION="0.12.5"
- EXCLUDE="hw_escpos,hw_scanner,theme_bootswatch"
matrix:
- INCLUDE="applications"
- INCLUDE="no_applications" TESTS="1"
- INCLUDE="localization"


before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
Expand Down

0 comments on commit 0ff06ea

Please sign in to comment.