Commit 692ee639e1c90af9fcaa9d5280c149627a7770b2
1 parent
f34cd5e6
Exists in
master
and in
17 other branches
Use createdb [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -8,7 +8,7 @@ services: |
8 | 8 | - redis-server |
9 | 9 | script: bundle exec rake test |
10 | 10 | before_install: |
11 | - - psql -c 'CREATE DATABASE searchkick_test;' -U postgres || true | |
11 | + - createdb searchkick_test || true | |
12 | 12 | - ./test/ci/install_elasticsearch.sh |
13 | 13 | cache: |
14 | 14 | directories: | ... | ... |