Files
jasmine/travis-core-script.sh
2019-03-25 17:55:53 -07:00

13 lines
177 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
node ci.js