Update travis file
This commit is contained in:
parent
2f16b616ef
commit
bfeaf76f9c
@ -8,11 +8,9 @@ php:
|
|||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl -s http://getcomposer.org/installer | php
|
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
|
||||||
- php composer.phar install --dev --no-interaction
|
- psql -c 'create database test;' -U postgres
|
||||||
- sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres"
|
- mysql -e 'create database IF NOT EXISTS test;'
|
||||||
- sh -c "psql -c 'create database test;' -U postgres"
|
|
||||||
- sh -c "mysql -e 'create database IF NOT EXISTS test;'"
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
|
Loading…
Reference in New Issue
Block a user