Another shot
This commit is contained in:
parent
3bc4447a17
commit
3e416e3d99
@ -15,6 +15,7 @@ before_install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get install php5-interbase -qq
|
- sudo apt-get install php5-interbase -qq
|
||||||
|
- sudo /etc/init.d/php-fpm restart
|
||||||
- sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres"
|
- sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres"
|
||||||
- sh -c "psql -c 'create database test;' -U postgres"
|
- sh -c "psql -c 'create database test;' -U postgres"
|
||||||
- sh -c "mysql -e 'create database IF NOT EXISTS test;'"
|
- sh -c "mysql -e 'create database IF NOT EXISTS test;'"
|
||||||
|
Loading…
Reference in New Issue
Block a user