Skip to content

Commit

Permalink
[FIX] .travis.yml: Enable weblate
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Aug 20, 2019
1 parent 649f23e commit 50825aa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -10,16 +10,13 @@ addons:
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow

env:
global:
- VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: ""
- VERSION="9.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
matrix:
- LINT_CHECK="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 50825aa

Please sign in to comment.