Skip to content

Commit fa383d9

Browse files
committed
update mergify and status badges
1 parent fb83e7f commit fa383d9

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.mergify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ pull_request_rules:
33
conditions:
44
- author=scala-steward
55
- body~=labels:.*semver-patch
6-
- status-success=continuous-integration/travis-ci/pr
6+
- status-success~=Build and Test
77
actions:
88
merge:
99
method: merge
1010
- name: Automatic merge for scala-steward PRs - minor
1111
conditions:
1212
- author=scala-steward
1313
- body~=labels:.*semver-minor
14-
- status-success=continuous-integration/travis-ci/pr
14+
- status-success~=Build and Test
1515
- "#approved-reviews-by>=1"
1616
actions:
1717
merge:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Join the chat at https://gitter.im/cb372/scalacache](https://badges.gitter.im/cb372/scalacache.svg)](https://gitter.im/cb372/scalacache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

5-
[![Build Status](https://travis-ci.org/cb372/scalacache.png?branch=master)](https://travis-ci.org/cb372/scalacache) [![Maven Central](https://img.shields.io/maven-central/v/com.github.cb372/scalacache-core_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cscalacache)
5+
[![Build Status](https://github.com/cb372/scalacache/workflows/ci/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/com.github.cb372/scalacache-core_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cscalacache)
66

77
A facade for the most popular cache implementations, with a simple, idiomatic Scala API.
88

modules/docs/src/main/mdoc/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ technologies:
55
- first: ["Scala", "As the name implies ScalaCache is written in Scala."]
66
---
77

8-
[![Build Status](https://travis-ci.org/cb372/scalacache.png?branch=master)](https://travis-ci.org/cb372/scalacache) [![Maven Central](https://img.shields.io/maven-central/v/com.github.cb372/scalacache-core_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cscalacache)
8+
[![Build Status](https://github.com/cb372/scalacache/workflows/ci/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/com.github.cb372/scalacache-core_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cscalacache)
99

1010
A facade for the most popular cache implementations, with a simple, idiomatic Scala API.
1111

project/plugins.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
22
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.1.5")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
5-
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")
65
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.14")
76
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
87
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.9.5")

0 commit comments

Comments
 (0)