Update travis file

This commit is contained in:
Timothy Warren 2014-04-15 16:34:33 -04:00
parent 2f16b616ef
commit bfeaf76f9c
1 changed files with 3 additions and 5 deletions

View File

@ -8,11 +8,9 @@ php:
- hhvm
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction
- 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;'"
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
- psql -c 'create database test;' -U postgres
- mysql -e 'create database IF NOT EXISTS test;'
script:
- mkdir -p build/logs