From cbf221befd7451a71fcbcfef36c0257ebc041eaf Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Tue, 5 Jun 2018 10:52:57 +0200 Subject: [PATCH] [ADD] paralellize tests for modules that won't ever run together anyways --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2a5a252..a69b54ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,8 @@ env: - VERSION="11.0" TESTS="0" LINT_CHECK="0" matrix: - LINT_CHECK="1" - - TESTS="1" ODOO_REPO="OCA/OCB" - - TESTS="1" ODOO_REPO="odoo/odoo" + - TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="runbot_buildout" + - TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="runbot_travis2docker" install: @@ -35,6 +35,7 @@ install: - travis_install_nightly script: + # TODO: add some magic to skip buildout and/or travis2docker builds if none of them changed - travis_run_tests after_success: