Skip to content

Commit

Permalink
[TO REVERT] travis dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baimont committed Apr 30, 2021
1 parent c5f5d52 commit af43027
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,24 @@ env:
- VERSION="13.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"

install:
# FIXME 1: when PR671 is merged
- git clone --branch 13.0-mig-fsm-stock https://github.com/ursais/field-service.git
PR671
- rm -rf fieldservice_stock && cp -ar PR671/fieldservice_stock .
# FIXME 2: when PR180 is merged
- git clone --branch 13.0-mig-account_invoice_report_hide_line
https://github.com/QubiQ/account-invoice-reporting.git PR180
- rm -rf account_invoice_report_hide_line && cp -ar
PR180/account_invoice_report_hide_line .
# FIXME 3: before merge
- git clone --branch 13.0 https://github.com/oca/stock-logistics-warehouse.git
stock_logistic_warehouse
- rm -rf stock_request && cp -ar
stock_logistic_warehouse/stock_request .
- rm -rf stock_request_direction && cp -ar
stock_logistic_warehouse/stock_request_direction .
- rm -rf stock_request_picking_type && cp -ar
stock_logistic_warehouse/stock_request_picking_type .
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git
${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
Expand Down

0 comments on commit af43027

Please sign in to comment.