branch: elpa/tuareg commit dc7fe4220d073e3887652a4710e805a75e3ea7ac Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Fix the CI badge It was still pointing to Travis and now the project uses GitHub Actions. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c45b476dc1..be93561d49 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://melpa.org/#/tuareg) [](https://packages.debian.org/stable/elpa-tuareg) [](COPYING) -[](https://travis-ci.org/ocaml/tuareg) +[](https://github.com/ocaml/tuareg/actions?query=workflow%3Atest) Tuareg: an Emacs OCaml mode =========================== @@ -16,10 +16,10 @@ and to run the OCaml debugger within Emacs. Contents -------- -`README.md` — This file. -`HISTORY` — Differences with previous versions. -`tuareg.el` — A major mode for editing OCaml code in Emacs. -`ocamldebug.el` — To run the OCaml debugger under Emacs. +`README.md` — This file. +`HISTORY` — Differences with previous versions. +`tuareg.el` — A major mode for editing OCaml code in Emacs. +`ocamldebug.el` — To run the OCaml debugger under Emacs. `sample.ml` — Sample file to check the indentation engine. `compilation.txt` — To check the compilation regexp `tuareg--error-regexp`.