Skip to content

Commit

Permalink
[FIX] .travis.yml: PG + MAKEPOT
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Sep 27, 2019
1 parent 3c644e6 commit 4062ec3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Expand Up @@ -2,10 +2,10 @@ sudo: false
cache: pip

addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow

language: python

Expand All @@ -14,14 +14,11 @@ python:

env:
global:
- VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: "k8/ebCIiOPGEIcL4Pzji2tanrjAzP5bqY0dSOmZwdNVNfncCrQREYbQgPhuTJHKuEX5E76kCuJJE70x0PEFhtaJt6K8KLvIF3B7/FJNUdXy6cjOKgBNfJuBSJRmkRM8mfxS2K+mqi4R3OEy4R2v4X/syK6F7vKxNhcRmindDfY8="
- VERSION="10.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"

matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
- TESTS="1" ODOO_REPO="OCA/OCB"

virtualenv:
Expand Down

0 comments on commit 4062ec3

Please sign in to comment.