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

hxd pushed a commit to branch force_apache-rat_check_in_travis
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to 
refs/heads/force_apache-rat_check_in_travis by this push:
     new 6f62a0b  try to omit mvn apache-rat:check on Win
6f62a0b is described below

commit 6f62a0bef0d9b78fecd3e2104a5e8eb7cdb2ff90
Author: xiangdong huang <[email protected]>
AuthorDate: Sun Mar 3 22:35:38 2019 +0800

    try to omit mvn apache-rat:check on Win
---
 .travis.yml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d767cc1..36981a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,6 +62,9 @@ matrix:
         - export PATH=$PATH:"/c/java8/bin"
         - export JAVA_HOME="/c/java8"
         - choco install maven
+      script:
+        - java -version
+        - mvn clean integration-test
     - os: windows
       language: c
       name: win-oraclejdk11
@@ -70,6 +73,9 @@ matrix:
         - export PATH=$PATH:"/c/java11/bin"
         - export JAVA_HOME="/c/java11"
         - choco install maven
+      script:
+        - java -version
+        - mvn clean integration-test
     #choco does not support openjdk8. we have to install it manually
 #    - os: windows
 #      language: c
@@ -90,6 +96,9 @@ matrix:
       before_script:
         - export JAVA_HOME=$PWD/jdk-11.0.2/
         - export PATH=$JAVA_HOME/bin:$PATH
+      script:
+        - java -version
+        - mvn clean integration-test
     - os: linux
       name: linux-openjdk8
       dist: trusty
@@ -117,10 +126,6 @@ before_install: true
 install: true
 
 script:
-  #- mvn clean package -Dmaven.test.skip=true
-  # For each test, travis-ci limits its output log. So we cannot test some 
sub-modules like tsfile, iotdb.
-  # We only test jdbc to ensure maven commands work correctly on travis-ci.
-  #- mvn clean test -pl jdbc -am -Dtsfile.test.skip=true
   - java -version
   - mvn apache-rat:check
   - mvn clean integration-test

Reply via email to