File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 88
99The 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
You can’t perform that action at this time.
0 commit comments