From 9555e731d79bf7222cab5b73247f9e89c3454dfb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 Sep 2013 00:28:33 +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 7af3a3aac80..bb707afabfe 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/Dolibarr/dolibarr\'';' >> htdocs/conf/conf.php + - echo '$'dolibarr_main_document_root=\'/home/travis/build/Dolibarr/dolibarr\'';' >> 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