mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Fix build after changes in server_environment
Now the default env is "test", and we don't need the directory at all. See https://github.com/OCA/server-env/pull/44
This commit is contained in:
@@ -26,8 +26,6 @@ install:
|
||||
- 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
|
||||
- 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
|
||||
|
||||
script:
|
||||
- travis_run_tests
|
||||
|
||||
Reference in New Issue
Block a user