This is an automated email from the ASF dual-hosted git repository. hectorespert pushed a commit to branch hectorespert-patch-1 in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 41f57c51ebe7e88e4e2d8069439a41585248283d Author: Hector Espert <hectorespertpa...@gmail.com> AuthorDate: Thu Apr 23 18:34:40 2020 +0200 [Travis] Retry java module --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 348e149..1fa0e30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -449,7 +449,7 @@ matrix: - ant $OPTS build script: - ant $OPTS -f java/java.completion test - - ant $OPTS -f java/refactoring.java test-unit + - travis_retry ant $OPTS -f java/refactoring.java test-unit - name: Test apisupport modules jdk: openjdk8 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists