diff --git a/.travis.yml b/.travis.yml index 74893ad1..5f37bada 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,15 @@ php: - 5.5 - hhvm +env: + - DB=postgres + before_install: - composer self-update - composer install --prefer-source --no-interaction --dev before_script: + - psql -c 'create database bareos;' -U postgres branches: only: