Browse Source

[HACK] Get PR 207 beofre tavis build

pull/238/head
sbejaoui 6 years ago
parent
commit
76d2e3b2c9
  1. 3
      .travis.yml

3
.travis.yml

@ -21,6 +21,9 @@ env:
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
install:
# FIXME:
- git clone --branch 12.0-recurrence-mechanism-on-contract-line https://github.com/sbejaoui/contract.git PR207
- rm -rf contract && cp -ar PR207/contract .
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly

Loading…
Cancel
Save