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