From 1c661dc15ad5872f07988e5aced68c68a328c099 Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Sun, 10 Jan 2021 15:00:05 -0800 Subject: [PATCH] Remove Travis --- .travis.yml | 14 -------------- README.md | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f3a5fbd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: ruby - -rvm: - - 2.3 - - 2.4 - - 2.5 - - 2.6 - - 2.7 - - 3.0 - - ruby-head - -matrix: - allow_failures: - - rvm: ruby-head diff --git a/README.md b/README.md index 26cc08f..1f2f15f 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ exactly the same way modern browsers do. As long as your allowlist config only allows safe markup and CSS, even the most malformed or malicious input will be transformed into safe output. -[![Build Status](https://travis-ci.org/rgrove/sanitize.svg?branch=master)](https://travis-ci.org/rgrove/sanitize) [![Gem Version](https://badge.fury.io/rb/sanitize.svg)](http://badge.fury.io/rb/sanitize) +![Tests](https://github.com/rgrove/sanitize/workflows/Tests/badge.svg) [crass]:https://github.com/rgrove/crass [gumbo]:https://github.com/google/gumbo-parser