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 6cc011e  [TRAVIS] Add Travis job to run php tests
     new ac5ece4  Merge pull request #1781 from blackleg/test_php_module
6cc011e is described below

commit 6cc011e679af28005ad67ebc4a540a494f0f1477
Author: Hector Espert <[email protected]>
AuthorDate: Fri Dec 13 18:55:04 2019 +0100

    [TRAVIS] Add Travis job to run php tests
---
 .travis.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 4592e38..5cc8d61 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -418,3 +418,27 @@ matrix:
             - ant $OPTS build
           script:
             - ant $OPTS -f enterprise/spring.webmvc test
+            
+        - name: Test php modules
+          jdk: openjdk8
+          env:
+            - OPTS="-quiet -Dcluster.config=php -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false 
-Dtest-unit-sys-prop.ignore.random.failures=true"
+          before_script:
+            - ant $OPTS clean
+            - ant $OPTS build
+          script:
+            - ant $OPTS -f php/hudson.php test
+            #- ant $OPTS -f php/languages.neon test
+            - ant $OPTS -f php/php.api.annotation test
+            - ant $OPTS -f php/php.api.documentation test
+            - ant $OPTS -f php/php.api.executable test
+            - ant $OPTS -f php/php.api.framework test
+            - ant $OPTS -f php/php.api.phpmodule test
+            - ant $OPTS -f php/php.api.testing test
+            - ant $OPTS -f php/php.apigen test
+            - ant $OPTS -f php/php.atoum test
+            - ant $OPTS -f php/php.code.analysis test
+            - ant $OPTS -f php/php.codeception test
+            - ant $OPTS -f php/php.composer test
+            #- ant $OPTS -f php/php.dbgp test
+            - ant $OPTS -f php/php.doctrine2 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