Browse Source

Link server_environment_files_sample to server_environment_files in

order to be able to install and run the tests
pull/48/head
Nicolas Bessi 10 years ago
parent
commit
d3788534b4
  1. 2
      .travis.yml

2
.travis.yml

@ -20,7 +20,7 @@ install:
- travis_install_nightly ${VERSION}
- sudo pip install python-ldap
- printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc
- ln -s server_environment_files_sample ./server_environment_files
script:
- travis_run_flake8
- travis_run_tests ${VERSION}

Loading…
Cancel
Save