Removes Travis link from README

This commit is contained in:
iMacTia 2019-05-23 18:39:53 +01:00
parent 3acd1c8d31
commit c17f918425
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ end
## Supported Ruby versions ## Supported Ruby versions
This library aims to support and is [tested against][travis] the following Ruby This library aims to support and is [tested against][circle_ci] the following Ruby
implementations: implementations:
* Ruby 2.3+ * Ruby 2.3+
@ -76,7 +76,7 @@ See [LICENSE][] for details.
[net_http]: ./docs/adapters/net_http.md [net_http]: ./docs/adapters/net_http.md
[persistent]: ./docs/adapters/net_http_persistent.md [persistent]: ./docs/adapters/net_http_persistent.md
[travis]: https://travis-ci.org/lostisland/faraday [circle_ci]: https://circleci.com/gh/lostisland/faraday
[excon]: ./docs/adapters/excon.md [excon]: ./docs/adapters/excon.md
[patron]: ./docs/adapters/patron.md [patron]: ./docs/adapters/patron.md
[em-synchrony]: ./docs/adapters/em-synchrony.md [em-synchrony]: ./docs/adapters/em-synchrony.md