Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
[REF] .travis.yml: Supporting broken_uninstallable module
Browse files Browse the repository at this point in the history
After new logger.error from odoo/odoo@c5d6a39
  • Loading branch information
moylop260 committed Feb 4, 2020
1 parent 115ff36 commit d143726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ matrix:
env:
VERSION="12.0" ODOO_REPO="OCA/OCB" TESTS="1" LINT_CHECK="0"
INCLUDE="test_module,second_module"
SERVER_EXPECTED_ERRORS="1" # Supporting broken_uninstallable module after https://github.com/odoo/odoo/commit/c5d6a39
- python: 3.7-dev
env:
VERSION="12.0" ODOO_REPO="OCA/OCB" TESTS="1" LINT_CHECK="0"
INCLUDE="test_module,second_module"
SERVER_EXPECTED_ERRORS="1" # Supporting broken_uninstallable module after https://github.com/odoo/odoo/commit/c5d6a39

install:
- cp -r ../maintainer-quality-tools/ $HOME
Expand Down

0 comments on commit d143726

Please sign in to comment.