Skip to content
Snippets Groups Projects
Commit b0b5e95c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Backport travis change

parent 9334cf8f
No related branches found
No related tags found
No related merge requests found
...@@ -172,8 +172,8 @@ before_script: ...@@ -172,8 +172,8 @@ before_script:
echo echo
- | - |
echo "Setting up Dolibarr"
export CONF_FILE=htdocs/conf/conf.php export CONF_FILE=htdocs/conf/conf.php
echo "Setting up Dolibarr $CONF_FILE"
echo '<?php ' > $CONF_FILE echo '<?php ' > $CONF_FILE
echo '$'dolibarr_main_url_root=\'http://127.0.0.1\'';' >> $CONF_FILE echo '$'dolibarr_main_url_root=\'http://127.0.0.1\'';' >> $CONF_FILE
echo '$'dolibarr_main_document_root=\'$TRAVIS_BUILD_DIR/htdocs\'';' >> $CONF_FILE echo '$'dolibarr_main_document_root=\'$TRAVIS_BUILD_DIR/htdocs\'';' >> $CONF_FILE
...@@ -190,14 +190,8 @@ before_script: ...@@ -190,14 +190,8 @@ before_script:
#fi #fi
# TODO: SQLite # TODO: SQLite
echo '$'dolibarr_main_authentication=\'dolibarr\'';' >> $CONF_FILE echo '$'dolibarr_main_authentication=\'dolibarr\'';' >> $CONF_FILE
echo
- |
if [ "$DEBUG" = true ]; then
echo "Debugging informations"
cat $CONF_FILE cat $CONF_FILE
echo echo
fi
- | - |
echo "Create documents directory and set permissions" echo "Create documents directory and set permissions"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment