From 273dd6caa030af3f444325089c9eaf5855eebaaf Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Fri, 3 Nov 2017 09:35:22 +0100 Subject: [PATCH] Travis Fixes --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa31676..4239d06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ env: - TESTS="1" ODOO_REPO="OCA/OCB" - TESTS="1" ODOO_REPO="odoo/odoo" - install: - pip install -q unidecode - pip install unicodecsv @@ -31,7 +30,7 @@ install: - travis_install_nightly # Requirements to test server_environment modules - printf '[options]\n\nrunning_env = dev\n' > ${HOME}/.openerp_serverrc - #- ln -s ${TRAVIS_BUILD_DIR}/server_environment_files_sample ${TRAVIS_BUILD_DIR}/server_environment_files + - ln -s ${TRAVIS_BUILD_DIR}/server_environment_files_sample ${TRAVIS_BUILD_DIR}/server_environment_files script: - travis_run_tests