Skip to content

Commit f73d513

Browse files
committed
Added minimal travis CI config.
1 parent 4b20346 commit f73d513

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: java

pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,6 @@
246246
<groupId>org.apache.maven.plugins</groupId>
247247
<artifactId>maven-jar-plugin</artifactId>
248248
<version>2.4</version>
249-
<executions>
250-
<execution>
251-
<goals>
252-
<goal>test-jar</goal>
253-
</goals>
254-
</execution>
255-
</executions>
256249
</plugin>
257250
<plugin>
258251
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)