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 87d74c6 [TRAVIS] Add retry for ide/bugtracking tests
new 3376854 Merge pull request #1752 from blackleg/retry_ide_bugtracking
87d74c6 is described below
commit 87d74c60bd0ac7b8b2d868d9fd721336e7bab174
Author: Hector Espert <[email protected]>
AuthorDate: Fri Dec 6 16:03:05 2019 +0100
[TRAVIS] Add retry for ide/bugtracking tests
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 657c69a..804d0c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -196,7 +196,7 @@ matrix:
script:
- ant $OPTS -f ide/api.xml test
- ant $OPTS -f ide/api.xml.ui test
- - ant $OPTS -f ide/bugtracking test
+ - travis_retry ant $OPTS -f ide/bugtracking test
#- ant $OPTS -f ide/bugtracking.bridge test
- ant $OPTS -f ide/bugtracking.commons test
#- ant $OPTS -f ide/bugzilla 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