php has to have that 5

This commit is contained in:
Timothy Warren 2014-02-06 20:16:20 -05:00
parent 3e416e3d99
commit 0c000e7932
1 changed files with 1 additions and 1 deletions

View File

@ -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;'"