summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormishina <temma182008@gmail.com>2022-04-23 22:25:26 +0900
committermishina <temma182008@gmail.com>2022-10-04 18:51:13 +0900
commit44a3787f36371c9a51cc4c7b521eb9c5d87d9221 (patch)
tree98d5e8b79fbfdb203afaf3e738998f038c1dc050
parent27293f53a325c00144df41e38a29e8ec1e2dea7a (diff)
downloadmime-types-44a3787f36371c9a51cc4c7b521eb9c5d87d9221.tar.gz
Clean up Travis CI
- Replace CI status badge from Travis CI to GitHub Actions - Remove reference to `rake travis` - Fix tiny typo
-rw-r--r--Contributing.md4
-rw-r--r--README.rdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/Contributing.md b/Contributing.md
index e3826a3..aa49a12 100644
--- a/Contributing.md
+++ b/Contributing.md
@@ -25,11 +25,11 @@ The mime-types registry is no longer contained in mime-types, but in
mime-types uses Ryan Davis’s [Hoe][] to manage the release process, and it adds
a number of rake tasks. You will mostly be interested in `rake`, which runs the
-tests the same way that `rake test` or `rake travis` will do.
+tests the same way that `rake test` will do.
To assist with the installation of the development dependencies for
mime-types, I have provided the simplest possible Gemfile pointing to the
-(generated) `mime-types.gemspec` file. This will permit you to do `bundle install` to get the development dependencies. If you aleady have `hoe`
+(generated) `mime-types.gemspec` file. This will permit you to do `bundle install` to get the development dependencies. If you already have `hoe`
installed, you can accomplish the same thing with `rake newb`.
This task will install any missing dependencies, run the tests/specs, and
diff --git a/README.rdoc b/README.rdoc
index 1f3dca5..623b419 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -5,7 +5,7 @@ code :: https://github.com/mime-types/ruby-mime-types/
bugs :: https://github.com/mime-types/ruby-mime-types/issues
rdoc :: http://rdoc.info/gems/mime-types/
clog :: https://github.com/mime-types/ruby-mime-types/blob/master/History.md
-continuous integration :: {<img src="https://travis-ci.org/mime-types/ruby-mime-types.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/mime-types/ruby-mime-types]
+continuous integration :: {<img src="https://github.com/mime-types/ruby-mime-types/actions/workflows/ci.yml/badge.svg" alt="Build Status" />}[https://github.com/mime-types/ruby-mime-types/actions/workflows/ci.yml]
test coverage :: {<img src="https://coveralls.io/repos/mime-types/ruby-mime-types/badge.svg?branch=master&service=github" alt="Coverage Status" />}[https://coveralls.io/github/mime-types/ruby-mime-types?branch=master]
== Description