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 54
54
55
55
if : github.event_name == 'push'
56
56
&& github.ref == 'refs/heads/release/1.x'
57
- && github.repository == 'mockito/mockito'
57
+ && github.repository == 'mockito/mockito-scala '
58
58
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
59
59
60
60
steps :
Original file line number Diff line number Diff line change 8
8
9
9
The most popular mocking framework for Java, now in Scala!!!
10
10
11
- [ ![ Build Status] ( https://travis-ci.org/mockito/mockito-scala.svg?branch=release/1.x )] ( https://travis-ci.org/mockito/mockito-scala )
12
-
13
11
[ ![ Download] ( https://api.bintray.com/packages/mockito/maven/mockito-scala/images/download.svg ) ] ( https://bintray.com/mockito/maven/mockito-scala/_latestVersion )
14
12
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.mockito/mockito-scala_2.12.svg )] ( https://search.maven.org/search?q=mockito-scala )
15
13
You can’t perform that action at this time.
0 commit comments