Skip to content

Commit

Permalink
Remove Travis badges as they are gone
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok authored Nov 6, 2023
1 parent 3ec9960 commit 6e69fbe
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion _posts/2017-04-06-catnip.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ and ideally you would like to have something that does semiauto derivation and p

You can find details at [Catnip's documentation](https://scalalandio.github.io/catnip/).

[![Build Status](https://travis-ci.org/scalalandio/catnip.svg?branch=master)](https://travis-ci.org/scalalandio/catnip)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/catnip_2.12.svg)](https://central.sonatype.com/search?q=catnip)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
4 changes: 1 addition & 3 deletions _posts/2017-04-06-chimney.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ Chimney is a library transforming an instance of one case class to another, when

Take a look at [Chimney's documentation](https://scalalandio.github.io/chimney/).

[![Build Status](https://travis-ci.org/scalalandio/chimney.svg?branch=master)](https://travis-ci.org/scalalandio/chimney)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/chimney_2.12.svg)](https://central.sonatype.com/search?q=chimney)
[![Javadocs](https://www.javadoc.io/badge/io.scalaland/chimney_2.11.svg?color=red&label=scaladoc)](https://www.javadoc.io/doc/io.scalaland/chimney_2.11)
[![Javadocs](https://www.javadoc.io/badge/io.scalaland/chimney_3.svg?color=red&label=scaladoc)](https://www.javadoc.io/doc/io.scalaland/chimney_3)
[![codecov.io](https://codecov.io/github/scalalandio/chimney/coverage.svg?branch=master)](https://codecov.io/github/scalalandio/chimney?branch=master)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) [![Join the chat at https://gitter.im/scalalandio/chimney](https://badges.gitter.im/scalalandio/chimney.svg)](https://gitter.im/scalalandio/chimney?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
1 change: 0 additions & 1 deletion _posts/2017-04-06-endpoints-elm.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ The project provides:

See also project [README](https://github.com/scalalandio/endpoints-elm/blob/master/README.md).

[![Build Status](https://travis-ci.org/scalalandio/endpoints-elm.svg?branch=master)](https://travis-ci.org/scalalandio/endpoints-elm)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/endpoints-elm_2.12.svg)](https://central.sonatype.com/search?q=endpoints-elm)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
1 change: 0 additions & 1 deletion _posts/2017-04-06-enumz.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ With a type class.

You can find details at [Enumz's documentation](https://scalalandio.github.io/enumz/).

[![Build Status](https://travis-ci.org/scalalandio/enumz.svg?branch=master)](https://travis-ci.org/scalalandio/enumz)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/enumz_2.12.svg)](https://central.sonatype.com/search?q=enumz)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
1 change: 0 additions & 1 deletion _posts/2017-04-06-log4effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ If you missed some syntax for logging with Cats Effect, then here it is.

You can find details at [log4effect's documentation](https://scalalandio.github.io/log4effect/).

[![https://travis-ci.org/scalalandio/log4effect](https://api.travis-ci.org/scalalandio/log4effect.svg?branch=master)](https://travis-ci.org/scalalandio/log4effect)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/log4effect_2.12.svg)](https://central.sonatype.com/search?q=log4effect)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
1 change: 0 additions & 1 deletion _posts/2017-04-06-ocdquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ All returned results are [Doobie](https://tpolecat.github.io/doobie/) queries.

You can find details at [OCDQuery's documentation](https://scalalandio.github.io/ocdquery/).

[![Build Status](https://travis-ci.org/scalalandio/ocdquery.svg?branch=master)](https://travis-ci.org/scalalandio/ocdquery)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/ocdquery-core_2.12.svg)](https://central.sonatype.com/search?q=ocdquery)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
1 change: 0 additions & 1 deletion _posts/2017-04-06-pulp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ If passing arguments explicily is below you and runtime reflection fill you with

You can find details at [Pulp's documentation](https://scalalandio.github.io/pulp/).

[![https://travis-ci.org/scalalandio/pulp](https://api.travis-ci.org/scalalandio/pulp.svg?branch=master)](https://travis-ci.org/scalalandio/pulp)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/pulp_2.12.svg)](https://central.sonatype.com/search?q=pulp)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)

0 comments on commit 6e69fbe

Please sign in to comment.