diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 0743e78..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-language: ruby
-rvm:
- - 2.5.8
- - 2.6.6
- - 2.7.2
- - 3.0.0
-
-env:
- - "RAILS_VERSION=5.2.5"
- - "RAILS_VERSION=6.0.3.6"
- - "RAILS_VERSION=6.1.3.1"
- - "RAILS_VERSION=main"
-
-matrix:
- exclude:
- - rvm: 3.0.0
- env: "RAILS_VERSION=5.2.5"
- - rvm: 2.5.8
- env: "RAILS_VERSION=main"
- - rvm: 2.6.6
- env: "RAILS_VERSION=main"
-
-addons:
- code_climate:
- repo_token: 9b174f785a3f1ad8986730da28c2756320f0413067e7e06bad278280f47743fd
-
-script:
- - bundle exec rake build
- - bundle exec standardrb
-
-after_success:
- - bundle exec codeclimate-test-reporter
diff --git a/README.rdoc b/README.rdoc
index 076f864..9692cb8 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,7 +1,5 @@
= RouteDowncaser
-{}[https://travis-ci.org/substancelab/route_downcaser] {}[https://codeclimate.com/github/substancelab/route_downcaser]
-
Makes routing in Rails case-insensitive (and other Rack-servers like Sinatra)
This gem hooks into the Rack middleware of Rails. This way all paths are downcased before dispatching to Rails' routing mechanism. Querystring parameters and asset paths are not changed in any way.