We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0b79d commit 9bfe528Copy full SHA for 9bfe528
.travis.yml
@@ -73,20 +73,5 @@ after_success: |
73
else
74
echo "Not deploying, because we're in an integration test run"
75
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
91
set +e
92
0 commit comments