Sha256: ebbdd2cb3d06b11697231065eb6635cae71cb0904945dc17b900db6d569465e4
Contents?: true
Size: 602 Bytes
Versions: 25
Compression:
Stored size: 602 Bytes
Contents
#!/bin/bash set -e PAYLOAD='{ "request": { "branch": "master" }}' curl -s -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Travis-API-Version: 3" \ -H "Authorization: token $TRAVIS_TOKEN" \ -d "$PAYLOAD" \ https://api.travis-ci.org/repo/alphagov%2Fgovuk_frontend_toolkit_gem/requests curl -s -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Travis-API-Version: 3" \ -H "Authorization: token $TRAVIS_TOKEN" \ -d "$PAYLOAD" \ https://api.travis-ci.org/repo/alphagov%2Fgovuk_frontend_toolkit_npm/requests
Version data entries
25 entries across 25 versions & 2 rubygems