Skip to content

Instantly share code, notes, and snippets.

View debona's full-sized avatar

Thomas DE BONA debona

View GitHub Profile
#!/bin/bash
# All credits for @santiycr, the original author
# Setup and start Sauce Connect for your TravisCI build
# This script requires your .travis.yml to include the following two private env variables:
# SAUCE_USERNAME
# SAUCE_ACCESS_KEY
# Follow the steps at https://saucelabs.com/opensource/travis to set that up.
#