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

gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 8461a8e9c PARQUET-2273: Remove Travis from the repository (#1055)
8461a8e9c is described below

commit 8461a8e9c0e4d7ccea82956ab8e55474c9479bac
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Apr 14 04:35:55 2023 +0200

    PARQUET-2273: Remove Travis from the repository (#1055)
    
    Travis isn't being used anymore, so I think we should clean up the 
`.travis.yml` file.
---
 .travis.yml | 50 --------------------------------------------------
 1 file changed, 50 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 9a93ec351..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,50 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-# TravisCI is being used as an alternative to GitHub Actions until
-# the latter provides support for ARM64 CPU architecture (PARQUET-1980)
-
-dist: focal
-arch: arm64
-language: java
-jdk: openjdk11
-env: 
-  - HADOOP_PROFILE=default TEST_CODECS=uncompressed
-  - HADOOP_PROFILE=default TEST_CODECS=gzip
-  - HADOOP_PROFILE=default TEST_CODECS=snappy
-
-cache:
-  directories:
-  - $HOME/.m2
-
-before_install:
-  - lscpu
-  - bash dev/ci-before_install.sh
-  - export JAVA_HOME="/usr/lib/jvm/adoptopenjdk-11-hotspot-arm64"    # for 
maven-javadoc-plugin
-    
-install: 
-  - sudo apt-get update -qq
-  - sudo apt-get install -qq maven
-  - java -version
-  - mvn -version
-  - mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true 
-Dsource.skip=true -Dorg.slf4j.simpleLogger.logFile=mvn-install.log
-  
-script: mvn verify --batch-mode javadoc:javadoc -P ci-test,$HADOOP_PROFILE 
-Dorg.slf4j.simpleLogger.logFile=mvn-verify.log
-
-after_failure:
-  - cat mvn-install.log
-  - cat mvn-verify.log

Reply via email to