tracks/script/cibuild

9 lines
129 B
Text
Raw Normal View History

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