#!/bin/bash
if test -z "$TRAVIS"; then
PROFILE="--format pretty"
else
PROFILE="--format progress"
fi
bundle exec cucumber $PROFILE "$@"