mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Update .travis.yml
This commit is contained in:
+4
-2
@@ -18,8 +18,10 @@ addons:
|
|||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- LINT_CHECK="1"
|
- LINT_CHECK="1"
|
||||||
- TESTS="1" ODOO_REPO="odoo/odoo"
|
- TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE=test_base_fileurl_field
|
||||||
- TESTS="1" ODOO_REPO="OCA/OCB"
|
- TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE=test_base_fileurl_field
|
||||||
|
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE=test_base_fileurl_field
|
||||||
|
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE=test_base_fileurl_field
|
||||||
global:
|
global:
|
||||||
- VERSION="12.0" LINT_CHECK="0" TESTS="0"
|
- VERSION="12.0" LINT_CHECK="0" TESTS="0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user