update docker test

This commit is contained in:
Sam 2016-05-23 15:29:23 +10:00
parent 3a140a982f
commit b2d59a8de3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,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.3/bin/"
@postgres_bin = "/usr/lib/postgresql/9.5/bin/"
`#{@postgres_bin}initdb -D tmp/test_data/pg`
# speed up db, never do this in production mmmmk