Try still more to get travis building

This commit is contained in:
James Agnew 2017-12-22 15:10:08 -05:00
parent a8e5413d1f
commit 56fcdef93a

View File

@ -743,8 +743,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>2</forkCount>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<runOrder>alphabetical</runOrder>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
<excludes>
<exclude>**/*Dstu2*</exclude>
<exclude>**/*Dstu3*</exclude>