Migration to 12.0

This commit is contained in:
jcoux
2018-10-24 12:44:45 +02:00
parent 73293a1390
commit 7eac1013eb
43 changed files with 85 additions and 120 deletions
+2 -4
View File
@@ -6,6 +6,7 @@ python:
- "3.5"
addons:
postgresql: "9.5"
apt:
packages:
- expect-dev # provides unbuffer utility
@@ -20,7 +21,7 @@ env:
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"
global:
- VERSION="11.0" LINT_CHECK="0" TESTS="0"
- VERSION="12.0" LINT_CHECK="0" TESTS="0"
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
@@ -29,9 +30,6 @@ install:
- if [ "$LINT_CHECK" != "1" ] ; then ln -s ${HOME}/dependencies/server-env/server_environment_files_sample ${HOME}/dependencies/server-env/server_environment_files; fi
- printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc
services:
- postgresql
script:
- travis_run_tests