File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ sudo: false
10
10
11
11
env :
12
12
global :
13
- # TRAVIS_TOKEN_CLIPPY_SERVICE
14
- - secure : dj8SwwuRGuzbo2wZq5z7qXIf7P3p7cbSGs1I3pvXQmB6a58gkLiRn/qBcIIegdt/nzXs+Z0Nug+DdesYVeUPxk1hIa/eeU8p6mpyTtZ+30H4QVgVzd0VCthB5F/NUiPVxTgpGpEgCM9/p72xMwTn7AAJfsGqk7AJ4FS5ZZKhqFI=
15
13
- RUST_BACKTRACE=1
16
14
17
15
before_install :
@@ -75,20 +73,5 @@ after_success: |
75
73
else
76
74
echo "Not deploying, because we're in an integration test run"
77
75
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
93
76
set +e
94
77
fi
You can’t perform that action at this time.
0 commit comments