From b6adbcb57c209930f54ae3ab19cd4cb7ff9498e0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 Sep 2013 00:32:09 +0200 Subject: [PATCH] Fix: syntax error on travis rule file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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