Skip to content

Commit

Permalink
Merge pull request #65 from acsone/add-missing-makepot-sbi
Browse files Browse the repository at this point in the history
Add missing MAKEPOT=1
  • Loading branch information
sbidoul authored Jul 28, 2021
2 parents 587c072 + 913e845 commit d7dabe3
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 d7dabe3

Please sign in to comment.