Skip to content

Commit

Permalink
[ADD] paralellize tests for modules that won't ever run together anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Jun 5, 2018
1 parent 1256d3a commit cbeb45c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ 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" INCLUDE="runbot_buildout"
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="runbot_travis2docker"
- TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="runbot_travis2docker,runbot_buildout"


install:
Expand Down

0 comments on commit cbeb45c

Please sign in to comment.