We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f004d commit 875963eCopy full SHA for 875963e
.travis.yml
@@ -0,0 +1 @@
1
+language: java
pom.xml
@@ -111,6 +111,17 @@
111
</execution>
112
</executions>
113
</plugin>
114
+ <plugin>
115
+ <groupId>org.apache.maven.plugins</groupId>
116
+ <artifactId>maven-surefire-plugin</artifactId>
117
+ <version>2.17</version>
118
+ <configuration>
119
+ <includes>
120
+ <include>**/*Test.java</include>
121
+ <include>**/*Tests.java</include>
122
+ </includes>
123
+ </configuration>
124
+ </plugin>
125
</plugins>
126
</build>
127
0 commit comments