about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2018-09-02 13:20:30 +0200
committerPhilipp Hansch <dev@phansch.net>2018-09-30 10:55:36 +0200
commit9bfe5285312ea405f8c9a165438f1429ac2b118b (patch)
tree70cf4ea9b20c28316e17b8e53b314d2c67bcc829
parent9d0b79d392baaa985be6c738727adac2583a5bbb (diff)
downloadrust-9bfe5285312ea405f8c9a165438f1429ac2b118b.tar.gz
rust-9bfe5285312ea405f8c9a165438f1429ac2b118b.zip
Remove clippy-service update from CI
clippy-service hasn't been working for a long time now.
-rw-r--r--.travis.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
index 8d76e10983e..58f00187256 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,20 +73,5 @@ after_success: |
     else
       echo "Not deploying, because we're in an integration test run"
     fi
-    # trigger rebuild of the clippy-service, to keep it up to date with clippy itself
-    if [ "$TRAVIS_PULL_REQUEST" == "false" ] &&
-       [ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] &&
-       [ "$TRAVIS_BRANCH" == "master" ] &&
-       [ "$TRAVIS_TOKEN_CLIPPY_SERVICE" != "" ] ; then
-       curl -s -X POST \
-          -H "Content-Type: application/json" \
-          -H "Accept: application/json" \
-          -H "Travis-API-Version: 3" \
-          -H "Authorization: token $TRAVIS_TOKEN_CLIPPY_SERVICE" \
-          -d "{ \"request\": { \"branch\":\"master\" }}" \
-          https://api.travis-ci.org/repo/gnunicorn%2Fclippy-service/requests
-    else
-      echo "Ignored"
-    fi
     set +e
   fi