diff --git a/travis/test_server.py b/travis/test_server.py index 9cf5ba372..061d58385 100755 --- a/travis/test_server.py +++ b/travis/test_server.py @@ -471,7 +471,7 @@ def main(argv=None): and os.environ.get('TRAVIS_REPO_SLUG', '').startswith('OCA/') and ( os.environ.get('TRAVIS_BRANCH') - in ('8.0', '9.0', '10.0', '11.0', '12.0') + in ('8.0', '9.0', '10.0', '11.0', '12.0', '13.0') or "ocabot-merge" in os.environ.get('TRAVIS_BRANCH', '') ) and os.environ.get('TRAVIS_PULL_REQUEST') == 'false' diff --git a/travis/travis_run_tests b/travis/travis_run_tests index 08f81d08d..1076b2d87 100755 --- a/travis/travis_run_tests +++ b/travis/travis_run_tests @@ -69,7 +69,7 @@ if __name__ == '__main__': and is_oca_project and ( os.environ.get('TRAVIS_BRANCH') - in ('8.0', '9.0', '10.0', '11.0', '12.0') + in ('8.0', '9.0', '10.0', '11.0', '12.0', '13.0') or "ocabot-merge" in os.environ.get('TRAVIS_BRANCH', '') ) and not is_pull_request