Skip to content

Commit 19f737e

Browse files
committed
chore 版本3.0.0 测试构建缓存
1 parent c0a9a6e commit 19f737e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: java
22
jdk:
3-
- openjdk7
3+
- openjdk7
44
after_success:
5-
- mvn -B -DjacocoReports=jmockdata/target/site/jacoco/jacoco.xml clean test jacoco:report coveralls:report
5+
- mvn -B -DjacocoReports=jmockdata/target/site/jacoco/jacoco.xml clean test jacoco:report coveralls:report
6+
cache:
7+
directories:
8+
- $HOME/.m2
69
env:
710
global:
811
secure: A2ctelxE9udvP4R1V4QK/tlO+heS78StovLTNk0aMtDaWaVhISWZ3v0XdYqrqfgi01/ednqYBsRPr0Tb8Z1InV9En4Yv+7IOsI0gouWQsjiDTF27WbYadwyT/u1ttrk/3KilE0mmQjkC0KZjLU/HW4j//cy7leB/WfTdPT+eYXIB6AYbRO/aUh2jUUywCHVIFvFipvFd8fN5ZM2K+zEVjy6B3y1xw0TN2Cs1D6NPuGVCzBuy92GTMO74Nb8UJ+1JuX/aQRVC2reZHD6cNrwuHoA+8nHCtiymlQkxserpZa4GA5BYMp6HoXVIymW8hOB7uZq6GcWzxtXMMS3EqB9I1a27TFy6vmVspIxH4ehujU0DOEeg1U1WCtB4UV0T1KP9SgI+m49C3AwAgjhfB5dm3xfD7GTyq/Uwo6KlxWzP9YiwsKsLCcjrYoMcnAaojToiZSg0IYwZ455iI22lexQP0U6n2thAK1zymx0anIMlbv1ZuXeS718LPTVftJVY0suPD4CZYLA7H8Z/mZXDpshWKS5x2ZWDIva7Tmv66OfrvzmTiHX9YmFfi9+YirtQMedA5G0K9ciWG4dS/04HF6Fz8KZWJw60loo24edqJnT2V0WUnZ111Z/+z2mmocWrY33d6TywAOxCDhLMBQYuemhWiXwhs3uXpzMGSQvnF0prT3I=

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.jsonzou</groupId>
66
<artifactId>jmockdata</artifactId>
7-
<version>3.0</version>
7+
<version>3.0.0</version>
88
<packaging>jar</packaging>
99

1010
<properties>

src/test/java/com/github/jsonzou/jmockdata/Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ public class Test {
99

1010
@org.junit.Test
1111
public void test() {
12-
Map<List<Integer>, Float>[][] data = MockData.mock(new TypeReference<Map<List<Integer>, Float>[][]>() {
13-
});
12+
// Map<List<Integer>, Float>[][] data = MockData.mock(new TypeReference<Map<List<Integer>, Float>[][]>() {
13+
// });
1414
}
1515

1616
@org.junit.Test

0 commit comments

Comments
 (0)