You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by he...@apache.org on 2020/04/23 16:34:52 UTC

[netbeans] branch hectorespert-patch-1 created (now 41f57c5)

This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a change to branch hectorespert-patch-1
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


      at 41f57c5  [Travis] Retry java module

This branch includes the following new commits:

     new 41f57c5  [Travis] Retry java module

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[netbeans] 01/01: [Travis] Retry java module

Posted by he...@apache.org.
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 <he...@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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists