commit 9735907061cc0a69734c887a35a048805539f5dc parent 87e1641b50ff0cc57ca850c34fe4d4c8cbb60bb0 Author: Chris Down <chris@chrisdown.name> Date: Tue, 4 Apr 2023 08:11:10 +0100 Remove travis infrastructure This is long dead, we need to eventually migrate to GH Actions. Diffstat:
D | .travis.yml | | | 10 | ---------- |
M | README.md | | | 2 | -- |
2 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,10 +0,0 @@ -language: bash - -dist: xenial - -script: - - shellcheck -s bash clipmenu clipmenud clipdel clipfsck clipctl - - tests/test-clipmenu - -matrix: - fast_finish: true diff --git a/README.md b/README.md @@ -1,5 +1,3 @@ -[![Tests](https://img.shields.io/travis/cdown/clipmenu/develop.svg)](https://travis-ci.org/cdown/clipmenu) - clipmenu is a simple clipboard manager using [dmenu][] (or [rofi][] with `CM_LAUNCHER=rofi`) and [xsel][].