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

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new fa97f45  [TRAVIS] Add retry for platform/masterfs tests
     new 8f80964  Merge pull request #1751 from blackleg/fix_platform_masterfs
fa97f45 is described below

commit fa97f458cf6285d9ef017211f6faea1276601d3f
Author: Hector Espert <[email protected]>
AuthorDate: Fri Dec 6 15:44:07 2019 +0100

    [TRAVIS] Add retry for platform/masterfs tests
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d6f734f..32079fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -129,7 +129,7 @@ matrix:
             - hide-logs.sh ant $OPTS -f platform/keyring.impl test
             - hide-logs.sh ant $OPTS -f platform/lib.uihandler test
             - hide-logs.sh ant $OPTS -f platform/libs.javafx test
-            - hide-logs.sh ant $OPTS -f platform/masterfs test
+            - travis_retry hide-logs.sh ant $OPTS -f platform/masterfs test
             - hide-logs.sh ant $OPTS -f platform/masterfs.linux test
             #- hide-logs.sh ant $OPTS -f platform/netbinox test
             - hide-logs.sh ant $OPTS -f platform/o.n.bootstrap test


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to