Browse Source

fix link to server_environment_files

pull/336/head
Alexandre Fayolle 9 years ago
committed by Alexandre Fayolle
parent
commit
5a251ea413
  1. 2
      .travis.yml

2
.travis.yml

@ -35,7 +35,7 @@ install:
- pip install unidecode
- pip install validate_email
- printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc
- ln -s server_environment_files_sample ./server_environment_files
- ln -s ${TRAVIS_BUILD_DIR}/server_environment_files_sample ${TRAVIS_BUILD_DIR}/server_environment_files
script:
- travis_run_tests

Loading…
Cancel
Save