#!/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 with partman for testing docker-compose up -d --build