Skip to content

Commit 0d99a80

Browse files
Merge branch 'fix-build-status-icon'. Close #612.
2 parents 17b918f + e54f7c0 commit 0d99a80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

copilot/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-04-18
2+
* Update build status badge URL. (#612)
3+
14
2025-03-07
25
* Version bump (4.3). (#604)
36
* Include missing dependencies in installation instructions. (#591)

copilot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Copilot
44

5-
[![Build Status](https://travis-ci.com/Copilot-Language/copilot.svg?branch=master)](https://app.travis-ci.com/github/Copilot-Language/copilot)
5+
[![Build Status](https://api.travis-ci.com/Copilot-Language/copilot.svg?branch=master)](https://app.travis-ci.com/github/Copilot-Language/copilot)
66
[![Version on Hackage](https://img.shields.io/hackage/v/copilot.svg)](https://hackage.haskell.org/package/copilot)
77

88
Copilot is a runtime verification framework for hard real-time systems.

0 commit comments

Comments
 (0)