You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2019/06/29 06:23:38 UTC

[incubator-iotdb] branch xingtanzjr_update_travis created (now 9c0c4eb)

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

xingtanzjr pushed a change to branch xingtanzjr_update_travis
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at 9c0c4eb  update Travic.yaml to suppress mvn log

This branch includes the following new commits:

     new 9c0c4eb  update Travic.yaml to suppress mvn log

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 01/01: update Travic.yaml to suppress mvn log

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9c0c4eb91d21d38518b78fc79e8a57184ee97e4d
Author: xingtanzjr <xi...@163.com>
AuthorDate: Sat Jun 29 14:16:34 2019 +0800

    update Travic.yaml to suppress mvn log
---
 .travis.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 22f146b..9d129cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -116,11 +116,33 @@ matrix:
     - os: linux
       name: linux-openjdk8
       dist: trusty
+      before_install:
+        - wget https://www-eu.apache.org/dist/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.tar.gz -O mvn361.tar.gz
+        - tar -xzf mvn361.tar.gz
+      before_script:
+        - export MAVEN_HOME=$PWD/apache-maven-3.6.1/
+        - export PATH=$MAVEN_HOME/bin:$PATH
       jdk: openjdk8
+      script:
+        - java -version
+        - mvn -version
+        - mvn -B apache-rat:check
+        - mvn -B clean integration-test
     - os: linux
       name: linux-oraclejdk8
       dist: trusty
+      before_install:
+        - wget https://www-eu.apache.org/dist/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.tar.gz -O mvn361.tar.gz
+        - tar -xzf mvn361.tar.gz
+      before_script:
+        - export MAVEN_HOME=$PWD/apache-maven-3.6.1/
+        - export PATH=$MAVEN_HOME/bin:$PATH
       jdk: oraclejdk8
+      script:
+        - java -version
+        - mvn -version
+        - mvn -B apache-rat:check
+        - mvn -B clean integration-test
 #    - os: linux
 #      name: linux-oraclejdk11
 #      dist: trusty