Added 'oraclejdk10' to Travis build matrix; upgraded Maven Surefire plugin to version 2.21.0; upgraded Mockito to version 2.19.0
This commit is contained in:
parent
fd952c8654
commit
6203f30a12
|
@ -20,6 +20,7 @@ jdk:
|
|||
- openjdk7
|
||||
- oraclejdk8
|
||||
- oraclejdk9
|
||||
- oraclejdk10
|
||||
|
||||
after_success:
|
||||
- mvn clean cobertura:cobertura coveralls:report
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -76,7 +76,7 @@
|
|||
<slf4j.version>1.7.25</slf4j.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
<easymock.version>2.5.2</easymock.version>
|
||||
<mockito.version>2.7.22</mockito.version>
|
||||
<mockito.version>2.19.0</mockito.version>
|
||||
<jna.version>4.2.1</jna.version>
|
||||
<hc.stylecheck.version>1</hc.stylecheck.version>
|
||||
</properties>
|
||||
|
@ -391,6 +391,12 @@
|
|||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- remove after upgrade of HC Parent -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.21.0</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Reference in New Issue