Upgrade docker:test to use PG 10.
This commit is contained in:
parent
b1cc368da8
commit
4f7f733ab0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue