We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a89ec commit f2293bdCopy full SHA for f2293bd
.travis.yml
@@ -6,7 +6,8 @@ jdk:
6
- oraclejdk8
7
- openjdk7
8
9
-install: mvn install -Dgpg.skip=true
+#travis_wait : avoid time out
10
+install: travis_wait mvn install -Dgpg.skip=true
11
12
sudo: false
13
0 commit comments