Skip to content

Commit

Permalink
Replace Travis badges with GitHub Actions badges in README (#882)
Browse files Browse the repository at this point in the history
We no longer use Travis.
  • Loading branch information
bclement-ocp authored Oct 13, 2023
1 parent 283891d commit 24cd9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Also see the [Alt-Ergo Users' Club].
## Build status
next | main
------------ | -------------
[![Build Status (next)](https://travis-ci.org/OCamlPro/alt-ergo.svg?branch=next)](https://travis-ci.org/OCamlPro/alt-ergo) | [![Build Status (main)](https://travis-ci.org/OCamlPro/alt-ergo.svg?branch=main)](https://travis-ci.org/OCamlPro/alt-ergo)
![Build Status (next)](https://github.com/OCamlPro/alt-ergo/actions/workflows/build.yml/badge.svg?branch=next) | ![Build Status (main)](https://github.com/OCamlPro/alt-ergo/actions/workflows/build.yml/badge.svg?branch=main)

## Website

Expand Down

0 comments on commit 24cd9cd

Please sign in to comment.