Disable test of pgsql installation
This commit is contained in:
parent
ebc79cf5ea
commit
83ddf5ac8d
31
.travis.yml
31
.travis.yml
@ -209,7 +209,6 @@ before_script:
|
|||||||
#echo 'select * from information_schema.table_constraints;' | psql travis
|
#echo 'select * from information_schema.table_constraints;' | psql travis
|
||||||
#echo 'ALTER TABLE "llx_accounting_account" DROP CONSTRAINT "idx_16390_primary"' | psql travis
|
#echo 'ALTER TABLE "llx_accounting_account" DROP CONSTRAINT "idx_16390_primary"' | psql travis
|
||||||
fi
|
fi
|
||||||
# TODO: SQLite
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
- |
|
- |
|
||||||
@ -325,21 +324,21 @@ script:
|
|||||||
echo '$'force_install_main_data_root=\'$TRAVIS_BUILD_DIR/htdocs\'';' >> $INSTALL_FORCED_FILE
|
echo '$'force_install_main_data_root=\'$TRAVIS_BUILD_DIR/htdocs\'';' >> $INSTALL_FORCED_FILE
|
||||||
#cat $INSTALL_FORCED_FILE
|
#cat $INSTALL_FORCED_FILE
|
||||||
|
|
||||||
- |
|
#- |
|
||||||
echo "Installing Dolibarr"
|
# echo "Installing Dolibarr"
|
||||||
cd htdocs/install
|
# cd htdocs/install
|
||||||
php step1.php $TRAVIS_BUILD_DIR/htdocs > $TRAVIS_BUILD_DIR/install.log
|
# php step1.php $TRAVIS_BUILD_DIR/htdocs > $TRAVIS_BUILD_DIR/install.log
|
||||||
php step2.php set >> $TRAVIS_BUILD_DIR/install.log
|
# php step2.php set >> $TRAVIS_BUILD_DIR/install.log
|
||||||
if [ "$?" -ne "0" ]; then
|
# if [ "$?" -ne "0" ]; then
|
||||||
echo "SORRY, AN ERROR OCCURED DURING INSTALLATION PROCESS"
|
# echo "SORRY, AN ERROR OCCURED DURING INSTALLATION PROCESS"
|
||||||
tail -n 100 $TRAVIS_BUILD_DIR/install.log
|
# cat $TRAVIS_BUILD_DIR/install.log
|
||||||
exit 1
|
# exit 1
|
||||||
fi
|
# fi
|
||||||
cd ../..
|
# cd ../..
|
||||||
rm $INSTALL_FORCED_FILE
|
# rm $INSTALL_FORCED_FILE
|
||||||
#cat $TRAVIS_BUILD_DIR/install.log
|
# #cat $TRAVIS_BUILD_DIR/install.log
|
||||||
set +e
|
# set +e
|
||||||
echo
|
# echo
|
||||||
|
|
||||||
- |
|
- |
|
||||||
echo "Setting up database to test migrations"
|
echo "Setting up database to test migrations"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user