Browse Source
.travis.yml: activate .pot file generation
pull/548/head
Stéphane Bidoul (ACSONE)
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
|
|
@ -20,7 +20,7 @@ env: |
|
|
|
matrix: |
|
|
|
- LINT_CHECK="1" |
|
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" |
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" |
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" |
|
|
|
|
|
|
|
|
|
|
|
before_install: |
|
|
|