diff --git a/.travis.yml b/.travis.yml index bb707afabfe..64e304a7c52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ before_script: - sh -c "if [ '$DB' = 'pgsql' ]; then echo '$'dolibarr_main_db_type=\'pgsql\'';' >> htdocs/conf/conf.php; fi" - sh -c "if [ '$DB' = 'mysql' ]; then echo '$'dolibarr_main_db_type=\'mysqli\'';' >> htdocs/conf/conf.php; fi" - echo '$'dolibarr_main_url_root=\'http://localhost/dolibarr\'';' >> htdocs/conf/conf.php - - echo '$'dolibarr_main_document_root=\'/home/travis/build/Dolibarr/dolibarr\'';' >> htdocs/conf/conf.php + - echo '$'dolibarr_main_document_root=\'/home/travis/build/Dolibarr/dolibarr/htdocs\'';' >> htdocs/conf/conf.php - echo '$'dolibarr_main_db_host=\'localhost\'';' >> htdocs/conf/conf.php - echo '$'dolibarr_main_db_name=\'myapp_test\'';' >> htdocs/conf/conf.php - echo '$'dolibarr_main_db_user=\'travis\'';' >> htdocs/conf/conf.php