#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx bundle install bundle exec appraisal install # Do any other automated setup that you need to do here # Launch a blank postgres image for testing docker run -d -p 127.0.0.1:5432:5432 postgres:10