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

mercyblitz pushed a commit to branch 0.2.0
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.2.0 by this push:
     new e216ee1  Fix CI issue
e216ee1 is described below

commit e216ee180d9db6c1ef75239616a1bcdbad703b81
Author: mercyblitz <mercybl...@gmail.com>
AuthorDate: Wed Jun 20 16:44:55 2018 +0800

    Fix CI issue
---
 .travis.yml                      | 7 +++++--
 dubbo-spring-boot-parent/pom.xml | 7 +++++++
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ef16343..958ca14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,12 @@
 language: java
+sudo: false # faster builds
+
 jdk:
+    - oraclejdk10
+    - oraclejdk9
     - oraclejdk8
-    - openjdk7
 
-script: mvn clean package
+script: "mvn clean package"
 
 after_success:
   - bash <(curl -s https://codecov.io/bash) -t 
89f70bf5-4d6b-4759-8da0-dfab7881fd3e
\ No newline at end of file
diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index 048ec3a..e70db99 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -211,6 +211,13 @@
                 </configuration>
             </plugin>
             <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.20.1</version>
+                <configuration>
+                    <argLine>--add-modules java.xml.bind</argLine>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
                 <executions>

Reply via email to