From d3788534b482471e8c4aed6e75daa7544746b0fa Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Tue, 9 Sep 2014 14:21:55 +0200 Subject: [PATCH] Link server_environment_files_sample to server_environment_files in order to be able to install and run the tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c6892808..930ac8872 100644 --- a/.travis.yml +++ b/.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}