Commit 692ee639e1c90af9fcaa9d5280c149627a7770b2

Authored by Andrew Kane
1 parent f34cd5e6

Use createdb [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -8,7 +8,7 @@ services: @@ -8,7 +8,7 @@ services:
8 - redis-server 8 - redis-server
9 script: bundle exec rake test 9 script: bundle exec rake test
10 before_install: 10 before_install:
11 - - psql -c 'CREATE DATABASE searchkick_test;' -U postgres || true 11 + - createdb searchkick_test || true
12 - ./test/ci/install_elasticsearch.sh 12 - ./test/ci/install_elasticsearch.sh
13 cache: 13 cache:
14 directories: 14 directories: