Skip to content

Commit 5a1e46a

Browse files
committed
Fixup 5
1 parent 3f9fda2 commit 5a1e46a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ matrix:
9292
script:
9393
- |
9494
if [ "$TRAVIS_PULL_REQUEST" != false ]; then
95-
output=$(curl "https://github.com/api/repos/rust-lang/rust-clippy/pulls/$TRAVIS_PULL_REQUEST" | \
95+
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" | \
9697
python -c "import sys, json; print(json.load(sys.stdin)['body'])" | \
9798
grep "changelog: " | \
9899
sed "s/changelog: //g")

0 commit comments

Comments
 (0)