Skip to content

Commit 6966c6f

Browse files
committed
Fix ci.yml
Remove build status from README.md
1 parent 587b869 commit 6966c6f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
if: github.event_name == 'push'
5656
&& github.ref == 'refs/heads/release/1.x'
57-
&& github.repository == 'mockito/mockito'
57+
&& github.repository == 'mockito/mockito-scala'
5858
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
5959

6060
steps:

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
The most popular mocking framework for Java, now in Scala!!!
1010

11-
[![Build Status](https://travis-ci.org/mockito/mockito-scala.svg?branch=release/1.x)](https://travis-ci.org/mockito/mockito-scala)
12-
1311
[![Download](https://api.bintray.com/packages/mockito/maven/mockito-scala/images/download.svg) ](https://bintray.com/mockito/maven/mockito-scala/_latestVersion)
1412
[![Maven Central](https://img.shields.io/maven-central/v/org.mockito/mockito-scala_2.12.svg)](https://search.maven.org/search?q=mockito-scala)
1513

0 commit comments

Comments
 (0)