Upgrade docker:test to use PG 10.

This commit is contained in:
Guo Xiang Tan 2018-04-04 10:28:23 +08:00
parent b1cc368da8
commit 4f7f733ab0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ task 'docker:test' do
puts "Starting background redis"
@redis_pid = Process.spawn('redis-server --dir tmp/test_data/redis')
@postgres_bin = "/usr/lib/postgresql/9.5/bin/"
@postgres_bin = "/usr/lib/postgresql/10/bin/"
`#{@postgres_bin}initdb -D tmp/test_data/pg`
# speed up db, never do this in production mmmmk