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

[netbeans] branch master updated: [TRAVIS] Groovy modules tests

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

skygo 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 ef95a98  [TRAVIS] Groovy modules tests
     new ff07b1c  Merge pull request #1947 from blackleg/groovy_tests
ef95a98 is described below

commit ef95a9875cde190b05f0c6299736709718b4975f
Author: Hector Espert <he...@gmail.com>
AuthorDate: Fri Feb 14 19:28:35 2020 +0100

    [TRAVIS] Groovy modules tests
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6737834..a14be6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -518,7 +518,12 @@ matrix:
             - ant $BUILD_OPTS clean
             - ant $BUILD_OPTS build
           script:
+            #- ant $TEST_OPTS -f groovy/groovy test
+            #- ant $TEST_OPTS -f groovy/groovy.java test
             - ant $TEST_OPTS -f groovy/groovy.editor test
+            - ant $TEST_OPTS -f groovy/groovy.gsp test
+            #- ant $TEST_OPTS -f groovy/groovy.kit test
+            - ant $TEST_OPTS -f groovy/groovy.support test
 
         - name: Test php 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