Skip to content

Commit

Permalink
[CI] modify test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Oct 15, 2018
1 parent 2b297c3 commit 992e437
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ env:
matrix:
- LINT_CHECK="1"
#- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"
- TESTS="0" ODOO_REPO="odoo/odoo"
- TESTS="0" ODOO_REPO="OCA/OCB"
- TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE="hr_worked_days_from_activity"
- TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="hr_worked_days_from_activity"
# either use the two lines above or the two below. Don't change the default if
# it's not necessary (it is only necessary if modules in your repository can't
# be installed in the same database. And you get a huge speed penalty in your
Expand All @@ -68,7 +70,7 @@ virtualenv:

install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- sed -i 's/manifest_required_author\=.*/manifest_required_author="OpenSynergy Indonesia"/g' ${HOME}/maintainer-quality-tools/travis/cfg/travis_run_pylint_pr.cfg
- sed -i 's/manifest_required_author\=.*/manifest_required_author="OpenSynergy Indonesia"/g' ${HOME}/maintainer-quality-tools/travis/cfg/travis_run_pylint_pr.cfg
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly

Expand Down

0 comments on commit 992e437

Please sign in to comment.