Skip to content

Commit 5c88fc8

Browse files
authored
Merge pull request #3241 from phansch/remove_clippy_service
Remove clippy-service update from CI
2 parents 1d754e7 + b43d7e7 commit 5c88fc8

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.travis.yml

-17
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ sudo: false
1010

1111
env:
1212
global:
13-
# TRAVIS_TOKEN_CLIPPY_SERVICE
14-
- secure: dj8SwwuRGuzbo2wZq5z7qXIf7P3p7cbSGs1I3pvXQmB6a58gkLiRn/qBcIIegdt/nzXs+Z0Nug+DdesYVeUPxk1hIa/eeU8p6mpyTtZ+30H4QVgVzd0VCthB5F/NUiPVxTgpGpEgCM9/p72xMwTn7AAJfsGqk7AJ4FS5ZZKhqFI=
1513
- RUST_BACKTRACE=1
1614

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

0 commit comments

Comments
 (0)