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 3f9fda2 commit 5a1e46aCopy full SHA for 5a1e46a
.travis.yml
@@ -92,7 +92,8 @@ matrix:
92
script:
93
- |
94
if [ "$TRAVIS_PULL_REQUEST" != false ]; then
95
- output=$(curl "https://github.com/api/repos/rust-lang/rust-clippy/pulls/$TRAVIS_PULL_REQUEST" | \
+ curl -s "https://github.com/api/repos/rust-lang/rust-clippy/pulls/$TRAVIS_PULL_REQUEST"
96
+ output=$(curl -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: " | \
99
sed "s/changelog: //g")
0 commit comments