Skip to content

Commit e73f3e9

Browse files
committed
ci: remove travis and update the CI badge
1 parent 8d3db92 commit e73f3e9

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

.travis.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Contributing to Rails Html Sanitizers
22
=====================
33

4-
[![Build Status](https://travis-ci.org/rails/rails-html-sanitizer.svg?branch=master)](https://travis-ci.org/rails/rails-html-sanitizer)
4+
[![Build Status](https://github.com/rails/rails-html-sanitizer/actions/workflows/ci.yml/badge.svg)](https://github.com/rails/rails-html-sanitizer/actions/workflows/ci.yml)
55

66
Rails Html Sanitizers is work of [many contributors](https://github.com/rails/rails-html-sanitizer/graphs/contributors). You're encouraged to submit [pull requests](https://github.com/rails/rails-html-sanitizer/pulls), [propose features and discuss issues](https://github.com/rails/rails-html-sanitizer/issues).
77

@@ -88,7 +88,7 @@ git push origin my-feature-branch -f
8888

8989
#### Check on Your Pull Request
9090

91-
Go back to your pull request after a few minutes and see whether it passed muster with Travis-CI. Everything should look green, otherwise fix issues and amend your commit as described above.
91+
Go back to your pull request after a few minutes and see whether it passed muster with CI. Everything should look green, otherwise fix issues and amend your commit as described above.
9292

9393
#### Be Patient
9494

0 commit comments

Comments
 (0)