Files
jasmine/travis-core-script.sh
Gregg Van Hove and Noah Denton 4be2079482 Use the travis sauce connect addon
2015-05-18 17:04:21 -07:00

13 lines
194 B
Bash

#!/bin/bash -e
if [ $USE_SAUCE == true ]
then
if [ $TRAVIS_SECURE_ENV_VARS != true ]
then
echo "skipping tests since we can't use sauce"
exit 0
fi
fi
bundle exec rake jasmine:ci