Use the travis sauce connect addon

This commit is contained in:
Gregg Van Hove and Noah Denton
2015-05-18 16:55:44 -07:00
parent d6f47ea886
commit 4be2079482
2 changed files with 4 additions and 3 deletions

View File

@@ -2,10 +2,8 @@
if [ $USE_SAUCE == true ]
then
if [ $TRAVIS_SECURE_ENV_VARS == true ]
if [ $TRAVIS_SECURE_ENV_VARS != true ]
then
curl -L https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
else
echo "skipping tests since we can't use sauce"
exit 0
fi