Skip to content

Commit

Permalink
Remove Travis CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-drake authored Dec 12, 2024
1 parent a047627 commit b0a2576
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sbt-docker

sbt-docker is an [sbt][sbt] plugin that builds and pushes [Docker][docker] images for your project.

[![Build Status](https://travis-ci.org/marcuslonnberg/sbt-docker.svg?branch=master)](https://travis-ci.org/marcuslonnberg/sbt-docker)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.marcuslonnberg/sbt-docker/badge.svg)](https://maven-badges.herokuapp.com/maven-central/se.marcuslonnberg/sbt-docker)

Requirements
Expand All @@ -18,7 +17,7 @@ Setup
Add sbt-docker as a dependency in `project/plugins.sbt`:

```text
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.9.0")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.11.0")
```

### Getting started
Expand Down

0 comments on commit b0a2576

Please sign in to comment.