You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2020/02/25 16:03:15 UTC

[netbeans] branch master updated: [TRAVIS] Fix macOS tests

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 666b339  [TRAVIS] Fix macOS tests
     new cd1ef75  Merge pull request #1971 from blackleg/fix_macos_travis
666b339 is described below

commit 666b339f224a9cb4dc7d9a65ec7d06004a790114
Author: Hector Espert <he...@gmail.com>
AuthorDate: Mon Feb 24 20:02:22 2020 +0100

    [TRAVIS] Fix macOS tests
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a14be6b..a50dd8a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -362,7 +362,7 @@ matrix:
             - ant $OPTS build
           script:
             - ant $OPTS -f java/java.completion test
-            - ant $OPTS -f java/java.source.base test
+            - travis_retry ant $OPTS -f java/java.source.base test
 
         - name: Test Java modules with nb-javac on Java 13
           jdk: openjdk8
@@ -579,6 +579,7 @@ matrix:
             homebrew:
               packages:
                 - ant
+              update: true
           env:
             - OPTS="-silent -Dcluster.config=platform -Dpermit.jdk9.builds=true -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false -Dtest-unit-sys-prop.ignore.random.failures=true -Dvanilla.javac.exists=true"
           before_script:


---------------------------------------------------------------------
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