mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
check php = /usr/bin/php in Travis
This commit is contained in:
parent
ee468f40ff
commit
3367522508
@ -71,6 +71,8 @@ script:
|
||||
# install egroupware (PostgreSQL need some specific handling as it is not the default and we can not create users via sql)
|
||||
- case $DB in
|
||||
postgres)
|
||||
/usr/bin/php --version;
|
||||
`which php`;
|
||||
psql -U postgres -c 'create database egroupware';
|
||||
php doc/rpm-build/post_install.php --db_type pgsql --db_port 5432 --db_user postgres --db_pass ''
|
||||
--source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --webserver_user ''
|
||||
|
Loading…
Reference in New Issue
Block a user