We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbc9b2 commit b83113aCopy full SHA for b83113a
.travis.yml
@@ -1,2 +1,5 @@
1
-# kickstart travis
+# kickstart travis.
2
language: java
3
+
4
+# need to override travis 'install' since it will try gpg sign and fail.
5
+install: mvn clean package -DskipTests=true
0 commit comments