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 07:26:29 UTC

[incubator-iotdb] branch xingtanzjr-travis created (now 0a99646)

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

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


      at 0a99646  Update .travis.yml

This branch includes the following new commits:

     new 0a99646  Update .travis.yml

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 .travis.yml

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

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

commit 0a9964661e19c1fa75cb1c1ab16586a1728a8bdf
Author: Zhang.Jinrui <xi...@163.com>
AuthorDate: Sat Jun 29 15:26:23 2019 +0800

    Update .travis.yml
---
 .travis.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 22f146b..a63ca1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,6 +121,17 @@ matrix:
       name: linux-oraclejdk8
       dist: trusty
       jdk: oraclejdk8
+      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
+      script:
+        - java -version
+        - mvn -version
+        - mvn -B -ntp apache-rat:check
+        - mvn -B -ntp clean integration-test
 #    - os: linux
 #      name: linux-oraclejdk11
 #      dist: trusty