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

min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2aba493  update code style check
2aba493 is described below

commit 2aba49313c45a6fe58e960e38f3dbbaf94921567
Author: nzomkxia <[email protected]>
AuthorDate: Fri Jan 25 13:51:56 2019 +0800

    update code style check
---
 .travis.yml | 2 +-
 pom.xml     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1882d27..7d06826 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ before_install:
     - ./mvnw checkstyle:check
 
 script:
-    - travis_wait 30 ./mvnw clean package
+    - travis_wait 30 ./mvnw clean install -DskipTests=false 
-Dcheckstyle.skip=false -Dmaven.javadoc.skip=true
 
 after_success:
   - bash <(curl -s https://codecov.io/bash)
diff --git a/pom.xml b/pom.xml
index 054224e..3de99ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,6 @@
                                                                        
<encoding>UTF-8</encoding>
                                                                        
<consoleOutput>true</consoleOutput>
                                                                        
<failOnViolation>true</failOnViolation>
-                                                                       
<excludes>**/JSONWriter.java</excludes>
                                                                </configuration>
                                                                <goals>
                                                                        
<goal>check</goal>

Reply via email to