From 78d4c8bf7c9949bb9a624944b5c35fbe41c8dd1a Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Tue, 20 Aug 2024 00:03:27 +0800 Subject: [PATCH] Remove deprecated Travis CI assets --- .travis.yml | 29 ----------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e93dfab..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -sudo: false -language: elixir -elixir: - - 1.5.3 - - 1.6.6 - - 1.7.2 - - 1.8.2 - - 1.9.4 -otp_release: - - 19.3 - - 20.3 - - 21.3 - - 22.0 -script: - - mix deps.compile - - mix compile --warnings-as-errors - - mix test -matrix: - exclude: - - elixir: 1.5.3 - otp_release: 21.3 - - elixir: 1.5.3 - otp_release: 22.0 - - elixir: 1.6.6 - otp_release: 22.0 - - elixir: 1.8.2 - otp_release: 19.3 - - elixir: 1.9.4 - otp_release: 19.3 diff --git a/README.md b/README.md index fe6982e..a8874ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# HtmlSanitizeEx [![Build Status](https://travis-ci.org/rrrene/html_sanitize_ex.svg)](https://travis-ci.org/rrrene/html_sanitize_ex) [![Inline docs](http://inch-ci.org/github/rrrene/html_sanitize_ex.svg?branch=master)](http://inch-ci.org/github/rrrene/html_sanitize_ex) +# HtmlSanitizeEx [![CI Tests](https://github.com/rrrene/html_sanitize_ex/actions/workflows/ci-workflow.yml/badge.svg)](https://github.com/rrrene/html_sanitize_ex/actions/workflows/ci-workflow.yml) [![Inline docs](http://inch-ci.org/github/rrrene/html_sanitize_ex.svg?branch=master)](http://inch-ci.org/github/rrrene/html_sanitize_ex) `html_sanitize_ex` provides a fast and straightforward HTML Sanitizer written in Elixir which lets you include HTML authored by third-parties in your web application while protecting against XSS.