Skip to content

Commit

Permalink
Fix build after changes in server_environment
Browse files Browse the repository at this point in the history
Now the default env is "test", and we don't need the directory
at all.
See OCA/server-env#44
  • Loading branch information
guewen committed May 11, 2020
1 parent 6667353 commit 3b178e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,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

services:
- postgresql
Expand Down

0 comments on commit 3b178e0

Please sign in to comment.