emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/tuareg dc7fe4220d 1/3: Fix the CI badge


From: Stefan Monnier
Subject: [nongnu] elpa/tuareg dc7fe4220d 1/3: Fix the CI badge
Date: Thu, 14 Jul 2022 10:16:48 -0400 (EDT)

branch: elpa/tuareg
commit dc7fe4220d073e3887652a4710e805a75e3ea7ac
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@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 @@
 
[![MELPA](https://melpa.org/packages/tuareg-badge.svg)](https://melpa.org/#/tuareg)
 
[![DebianBadge](https://badges.debian.net/badges/debian/stable/elpa-tuareg/version.svg)](https://packages.debian.org/stable/elpa-tuareg)
 [![LGPL v2](https://img.shields.io/badge/licence-lgpl2-blue.svg)](COPYING)
-[![Build 
Status](https://travis-ci.org/ocaml/tuareg.svg?branch=master)](https://travis-ci.org/ocaml/tuareg)
+[![Build 
Status](https://github.com/ocaml/tuareg/workflows/test/badge.svg)](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`.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]