mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Migration to 12.0
This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user