Skip to content

Commit 9bfe528

Browse files
committed
Remove clippy-service update from CI
clippy-service hasn't been working for a long time now.
1 parent 9d0b79d commit 9bfe528

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.travis.yml

-15
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,5 @@ after_success: |
7373
else
7474
echo "Not deploying, because we're in an integration test run"
7575
fi
76-
# trigger rebuild of the clippy-service, to keep it up to date with clippy itself
77-
if [ "$TRAVIS_PULL_REQUEST" == "false" ] &&
78-
[ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] &&
79-
[ "$TRAVIS_BRANCH" == "master" ] &&
80-
[ "$TRAVIS_TOKEN_CLIPPY_SERVICE" != "" ] ; then
81-
curl -s -X POST \
82-
-H "Content-Type: application/json" \
83-
-H "Accept: application/json" \
84-
-H "Travis-API-Version: 3" \
85-
-H "Authorization: token $TRAVIS_TOKEN_CLIPPY_SERVICE" \
86-
-d "{ \"request\": { \"branch\":\"master\" }}" \
87-
https://api.travis-ci.org/repo/gnunicorn%2Fclippy-service/requests
88-
else
89-
echo "Ignored"
90-
fi
9176
set +e
9277
fi

0 commit comments

Comments
 (0)