mirror of
https://github.com/google/blockly.git
synced 2026-01-11 19:07:08 +01:00
9 lines
260 B
Bash
Executable File
9 lines
260 B
Bash
Executable File
#! /usr/bin/env bash
|
|
curl -s -X POST \
|
|
-H "Content-Type: application/json" \
|
|
-H "Accept: application/json" \
|
|
-H "Travis-API-Version: 3" \
|
|
-H "Authorization: token zKh47Z86eEmAz-LyXlUIKw" \
|
|
-d '{ "quiet": true }' \
|
|
https://api.travis-ci.org/job/564198801/debug
|