#!/usr/bin/env bash
set -e

bundle install
appraisal install
appraisal rake test
