#!/usr/bin/env bash if [[ "$DATABASE_URL" == 'mysql*' ]] then bundle exec rake ci:full else bundle exec rake ci:lite fi