Skip to content

Commit

Permalink
Add missing MAKEPOT=1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 28, 2021
1 parent 587c072 commit 913e845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Test all other addons together
- stage: test
env:
- TESTS=1 ODOO_REPO="odoo/odoo" EXCLUDE="{{ rebel_module_groups|join(',') }}"
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT=1 EXCLUDE="{{ rebel_module_groups|join(',') }}"
- stage: test
env:
- TESTS=1 ODOO_REPO="OCA/OCB" EXCLUDE="{{ rebel_module_groups|join(',') }}"
Expand Down

0 comments on commit 913e845

Please sign in to comment.