We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b66d01 commit 08ab980Copy full SHA for 08ab980
.travis.yml
@@ -92,6 +92,7 @@ matrix:
92
script:
93
- |
94
if [ "$TRAVIS_PULL_REQUEST" != false ]; then
95
+ curl -H "Authorization: token $github_api_token" -i "https://github.com/api/"
96
output=$(curl -H "Authorization: token $github_api_token" -s "https://github.com/api/repos/rust-lang/rust-clippy/pulls/$TRAVIS_PULL_REQUEST" | \
97
python -c "import sys, json; print(json.load(sys.stdin)['body'])" | \
98
grep "changelog: " | \
0 commit comments