diff --git a/.travis.yml b/.travis.yml index c7f9922a8..349790c0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ addons: postgresql: '9.3' before_script: +- redis-cli info - psql -U postgres -c "CREATE USER courier WITH PASSWORD 'courier';" - psql -U postgres -c "ALTER ROLE courier WITH SUPERUSER;" - psql -U postgres -c "CREATE DATABASE courier_test;"