Skip to content

Commit b6a5151

Browse files
committed
Forgot to bump the junit dependency and updating the travis build file
1 parent 92f3a47 commit b6a5151

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addons:
1212
install:
1313
- mvn clean install -DskipTests
1414
script:
15-
- mvn clean test
15+
- mvn clean test-compile
1616

1717
notifications:
1818
email: false

pom.xml

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

99
<groupId>com.redfin</groupId>
1010
<artifactId>contractual</artifactId>
11-
<version>1.7.0</version>
11+
<version>1.7.1</version>
1212
<modelVersion>4.0.0</modelVersion>
1313
<packaging>jar</packaging>
1414

@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.junit.jupiter</groupId>
8484
<artifactId>junit-jupiter-api</artifactId>
85-
<version>5.0.0</version>
85+
<version>5.0.2</version>
8686
</dependency>
8787
</dependencies>
8888
</dependencyManagement>

0 commit comments

Comments
 (0)