Skip to content

Commit f9fe50d

Browse files
authored
Merge pull request #1369 from durka/no-service
fix travis config for clippy.bashy.io
2 parents aac4c3f + c5187ef commit f9fe50d

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ after_success:
4646
-H "Travis-API-Version: 3" \
4747
-H "Authorization: token $TRAVIS_TOKEN_CLIPPY_SERVICE" \
4848
-d "{ \"request\": { \"branch\":\"master\" }}" \
49-
https://api.travis-ci.org/repo/ligthyear%2Fclippy-service/requests
49+
https://api.travis-ci.org/repo/gnunicorn%2Fclippy-service/requests
5050
5151
else
5252
echo "Ignored"

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Table of contents:
1212
* [Lint list](#lints)
1313
* [Usage instructions](#usage)
1414
* [Configuration](#configuration)
15-
* [*clippy-service*](#link-with-clippy-service)
1615
* [License](#license)
1716

1817
## Usage
@@ -171,15 +170,6 @@ transparently:
171170
#[cfg_attr(feature = "cargo-clippy", allow(needless_lifetimes))]
172171
```
173172

174-
## Link with clippy service
175-
176-
`clippy-service` is a rust web initiative providing `rust-clippy` as a web service.
177-
178-
Both projects are independent and maintained by different people
179-
(even if some `clippy-service`'s contributions are authored by some `rust-clippy` members).
180-
181-
You can check out this great service at [clippy.bashy.io](https://clippy.bashy.io/).
182-
183173
## Lints
184174

185175
There are 178 lints included in this crate:

0 commit comments

Comments
 (0)