Skip to content

Commit 08ab980

Browse files
committed
fixup 1
1 parent 3b66d01 commit 08ab980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ matrix:
9292
script:
9393
- |
9494
if [ "$TRAVIS_PULL_REQUEST" != false ]; then
95+
curl -H "Authorization: token $github_api_token" -i "https://github.com/api/"
9596
output=$(curl -H "Authorization: token $github_api_token" -s "https://github.com/api/repos/rust-lang/rust-clippy/pulls/$TRAVIS_PULL_REQUEST" | \
9697
python -c "import sys, json; print(json.load(sys.stdin)['body'])" | \
9798
grep "changelog: " | \

0 commit comments

Comments
 (0)