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/03/05 20:25:29 UTC

[netbeans] branch master updated: [TRAVIS] Add ide modules in Travis config

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 3c98da5  [TRAVIS] Add ide modules in Travis config
     new e46c6d7  Merge pull request #1989 from blackleg/travis_ide_xml
3c98da5 is described below

commit 3c98da5b231e96ff7816452bbc07127e2037603c
Author: Hector Espert <he...@gmail.com>
AuthorDate: Fri Feb 28 19:29:45 2020 +0100

    [TRAVIS] Add ide modules in Travis config
---
 .travis.yml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cf6b231..0879399 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -215,7 +215,7 @@ matrix:
             - ant $OPTS -f ide/csl.types test
             - ant $OPTS -f ide/css.editor test
             - ant $OPTS -f ide/css.lib test
-            - ant $OPTS -f ide/css.model test
+            - hide-logs.sh ant $OPTS -f ide/css.model test
             - travis_retry ant $OPTS -f ide/db test
             - ant $OPTS -f ide/db.dataview test
             - ant $OPTS -f ide/db.sql.editor test
@@ -224,14 +224,14 @@ matrix:
             - ant $OPTS -f ide/editor.bookmarks test
             #- ant $OPTS -f ide/editor.bracesmatching test
             - ant $OPTS -f ide/editor.document test
-            - ant $OPTS -f ide/editor.fold test
+            - hide-logs.sh ant $OPTS -f ide/editor.fold test
             - ant $OPTS -f ide/editor.fold.nbui test
             - ant $OPTS -f ide/editor.guards test
             - ant $OPTS -f ide/editor.indent test
             - ant $OPTS -f ide/editor.indent.project test
             - ant $OPTS -f ide/editor.macros test
-            - ant $OPTS -f ide/editor.search test
-            - ant $OPTS -f ide/editor.settings test
+            - hide-logs.sh ant $OPTS -f ide/editor.search test
+            - hide-logs.sh ant $OPTS -f ide/editor.settings test
             - ant $OPTS -f ide/editor.settings.storage test
             - ant $OPTS -f ide/editor.structure test
             - ant $OPTS -f ide/editor.tools.storage test
@@ -292,9 +292,13 @@ matrix:
             - ant $OPTS -f ide/web.webkit.debugging test
             - ant $OPTS -f ide/xml test
             - ant $OPTS -f ide/xml.axi test
+            - ant $OPTS -f ide/xml.catalog test-unit
             - ant $OPTS -f ide/xml.core test
             - ant $OPTS -f ide/xml.lexer test
             - ant $OPTS -f ide/xml.multiview test
+            - ant $OPTS -f ide/xml.retriever test
+            #- ant $OPTS -f ide/xml.schema.completion test
+            - ant $OPTS -f ide/xml.schema.model test
             - ant $OPTS -f ide/xml.text test
             - ant $OPTS -f ide/xml.text.obsolete90 test
             - travis_retry ant $OPTS -f ide/xml.wsdl.model test


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