Skip to content

Instantly share code, notes, and snippets.

package main
import (
"encoding/json"
"fmt"
"io/ioutil"
"log"
"net/http"
"net/url"
"time"
[
{
"userName": "alphagov",
"repo": "backdrop"
},
{
"userName": "alphagov",
"repo": "backdrop-collector"
},
{
[
{
"userName": "alphagov",
"repo": "backdrop"
},
{
"userName": "alphagov",
"repo": "backdrop-collector"
},
{
#!/bin/bash
# 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.
#
# Curl and run this script as part of your .travis.yml before_script section:
# before_script: