We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899f29f commit f9039b9Copy full SHA for f9039b9
2 files changed
.travis.yml
@@ -16,7 +16,7 @@ branches:
16
# custom build script and deployment
17
before_install: chmod +x script/deploy.sh
18
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
19
-after_success: ./script/deploy.sh
+after_success: travis_wait 60 ./script/deploy.sh
20
21
deploy:
22
provider: releases
pom.xml
@@ -172,7 +172,7 @@
172
<plugin>
173
<groupId>com.github.github</groupId>
174
<artifactId>site-maven-plugin</artifactId>
175
- <version>0.11</version>
+ <version>0.12</version>
176
<executions>
177
<!-- run site-maven-plugin's 'site' target as part of the build's normal 'deploy' phase -->
178
<execution>
0 commit comments