From d143726f8fe61b6cc1bd1803871802becc313186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20L=C3=B3pez?= Date: Tue, 4 Feb 2020 11:38:20 -0600 Subject: [PATCH] [REF] .travis.yml: Supporting broken_uninstallable module After new logger.error from https://github.com/odoo/odoo/commit/c5d6a39 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9826897e4..072ac3363 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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