Skip to content

Commit

Permalink
Fix CI badge
Browse files Browse the repository at this point in the history
Problem: the badge still refers to Travis CI which we do not use for a
decent amount of time already.

Solution: replace the badge to refer to buildkite.
  • Loading branch information
Martoon-00 committed Jun 17, 2021
1 parent acadd40 commit e1c41c2
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
@@ -1,6 +1,6 @@
# Serokell servant-util

[![Build Status](https://travis-ci.org/serokell/servant-util.svg?branch=master)](https://travis-ci.org/serokell/servant-util)
[![Build status](https://badge.buildkite.com/c7a689e69e7e580c4c6c3411efc7ee5af28922f1b4d2e83c94.svg?branch=master)](https://buildkite.com/serokell/servant-util)

Servant-util provides common primitives for building backends with [Servant](https://haskell-servant.github.io/) library.

Expand Down

0 comments on commit e1c41c2

Please sign in to comment.