We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad218dc + 45b7108 commit 029d901Copy full SHA for 029d901
.travis.yml
@@ -1,7 +1,7 @@
1
language: java
2
+install: mvn install -Dgpg.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -B -V
3
script: mvn test
4
jdk:
5
- oraclejdk7
6
- oraclejdk8
- - openjdk6
7
- openjdk7
pom.xml
@@ -108,9 +108,6 @@
108
<plugin>
109
<groupId>org.apache.maven.plugins</groupId>
110
<artifactId>maven-gpg-plugin</artifactId>
111
- <configuration>
112
- <skip>false</skip>
113
- </configuration>
114
<executions>
115
<execution>
116
<id>sign-artifacts</id>
0 commit comments